bolt/deps/llvm-18.1.8/mlir/lib/Tools/tblgen-lsp-server/CMakeLists.txt

21 lines
341 B
Text
Raw Normal View History

2025-02-14 19:21:04 +01:00
set(LLVM_LINK_COMPONENTS
Demangle
Support
TableGen
)
llvm_add_library(TableGenLspServerLib
LSPServer.cpp
TableGenServer.cpp
TableGenLspServerMain.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/tblgen-lsp-server
DISABLE_LLVM_LINK_LLVM_DYLIB
LINK_LIBS PUBLIC
MLIRLspServerSupportLib
MLIRSupport
)