Skip to content

Commit cba6eda

Browse files
committed
[clangd] Library dependencies in XPC
Patch by Nicholas Allegra Differential Revision: https://reviews.llvm.org/D58089 llvm-svn: 354949
1 parent e739ac0 commit cba6eda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

clang-tools-extra/clangd/xpc/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ set(LLVM_OPTIONAL_SOURCES Conversion.cpp XPCTransport.cpp)
2020

2121
add_clang_library(clangdXpcJsonConversions
2222
Conversion.cpp
23+
LINK_LIBS clangDaemon
2324
)
2425

2526
add_clang_library(clangdXpcTransport
2627
XPCTransport.cpp
27-
DEPENDS clangdXpcJsonConversions
28-
LINK_LIBS clangdXpcJsonConversions
28+
LINK_LIBS clangDaemon clangdXpcJsonConversions
2929
)

0 commit comments

Comments
 (0)