Skip to content

Commit

Permalink
[clangd] Library dependencies in XPC
Browse files Browse the repository at this point in the history
Patch by Nicholas Allegra

Differential Revision: https://reviews.llvm.org/D58089

llvm-svn: 354949
  • Loading branch information
jkorous-apple committed Feb 27, 2019
1 parent e739ac0 commit cba6eda
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions clang-tools-extra/clangd/xpc/CMakeLists.txt
Expand Up @@ -20,10 +20,10 @@ set(LLVM_OPTIONAL_SOURCES Conversion.cpp XPCTransport.cpp)

add_clang_library(clangdXpcJsonConversions
Conversion.cpp
LINK_LIBS clangDaemon
)

add_clang_library(clangdXpcTransport
XPCTransport.cpp
DEPENDS clangdXpcJsonConversions
LINK_LIBS clangdXpcJsonConversions
LINK_LIBS clangDaemon clangdXpcJsonConversions
)

0 comments on commit cba6eda

Please sign in to comment.