blob: d04d5156fb3c569c00d4d4e95487ba06f3e15d63 [file] [log] [blame]
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
)