bolt/deps/llvm-18.1.8/mlir/lib/Tools/mlir-lsp-server/CMakeLists.txt
2025-02-14 19:21:04 +01:00

16 lines
304 B
CMake

add_mlir_library(MLIRLspServerLib
LSPServer.cpp
MLIRServer.cpp
MlirLspServerMain.cpp
Protocol.cpp
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-lsp-server
LINK_LIBS PUBLIC
MLIRBytecodeWriter
MLIRFunctionInterfaces
MLIRIR
MLIRLspServerSupportLib
MLIRParser
)