20 lines · plain
1add_mlir_library(MLIRLspServerLib2 LSPServer.cpp3 MLIRServer.cpp4 MlirLspServerMain.cpp5 Protocol.cpp6 7 ADDITIONAL_HEADER_DIRS8 ${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-lsp-server9 10 LINK_COMPONENTS11 SupportLSP12 13 LINK_LIBS PUBLIC14 MLIRBytecodeWriter15 MLIRFunctionInterfaces16 MLIRIR17 MLIRLspServerSupportLib18 MLIRParser19 )20