brintos

brintos / llvm-project-archived public Read only

0
0
Text · 354 B · b21650e Raw
22 lines · plain
1set(LLVM_LINK_COMPONENTS2  Demangle3  Support4  TableGen5  SupportLSP6)7 8llvm_add_library(TableGenLspServerLib9  LSPServer.cpp10  TableGenServer.cpp11  TableGenLspServerMain.cpp12 13  ADDITIONAL_HEADER_DIRS14  ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/tblgen-lsp-server15 16  DISABLE_LLVM_LINK_LLVM_DYLIB17 18  LINK_LIBS PUBLIC19  MLIRLspServerSupportLib20  MLIRSupport21  )22