We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b4eeea commit 55f2046Copy full SHA for 55f2046
llvm/lib/Support/LSP/CMakeLists.txt
@@ -1,11 +1,8 @@
1
-add_llvm_library(LLVMSupportLSP STATIC
+add_llvm_component_library(LLVMSupportLSP
2
Protocol.cpp
3
Transport.cpp
4
Logging.cpp
5
6
- ADDITIONAL_HEADER_DIRS
7
- ${LLVM_MAIN_INCLUDE_DIR}/llvm/Support/LSP
8
-
9
- LINK_LIBS
+ DEPENDS
10
LLVMSupport
11
)
mlir/lib/Tools/lsp-server-support/CMakeLists.txt
@@ -5,7 +5,9 @@ add_mlir_library(MLIRLspServerSupportLib
ADDITIONAL_HEADER_DIRS
${MLIR_MAIN_INCLUDE_DIR}/mlir/Tools/lsp-server-support
+ LINK_COMPONENTS
+ SupportLSP
+
LINK_LIBS PUBLIC
12
MLIRSupport
- LLVMSupportLSP
- )
13
+)
0 commit comments