brintos

brintos / llvm-project-archived public Read only

0
0
Text · 239 B · 2fe29f1 Raw
14 lines · plain
1add_mlir_library(MLIRLspServerSupportLib2  CompilationDatabase.cpp3  SourceMgrUtils.cpp4 5  ADDITIONAL_HEADER_DIRS6  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/lsp-server-support7 8  LINK_COMPONENTS9  SupportLSP10 11  LINK_LIBS PUBLIC12  MLIRSupport13)14