forked from OSchip/llvm-project
13 lines
251 B
CMake
13 lines
251 B
CMake
![]() |
llvm_add_library(MLIRPdllLspServerLib
|
||
|
LSPServer.cpp
|
||
|
PDLLServer.cpp
|
||
|
MlirPdllLspServerMain.cpp
|
||
|
|
||
|
ADDITIONAL_HEADER_DIRS
|
||
|
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/mlir-pdll-lsp-server
|
||
|
|
||
|
LINK_LIBS PUBLIC
|
||
|
MLIRPDLLParser
|
||
|
MLIRLspServerSupportLib
|
||
|
)
|