[clangd] Link libclangdSupport into clangd-index-server

Fixes https://github.com/clangd/clangd/issues/534

Differential Revision: https://reviews.llvm.org/D87979
This commit is contained in:
Nathan Ridge 2020-09-19 21:25:08 -04:00
parent 3bf703fb6d
commit f18f8f34d3
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@ add_clang_executable(clangd-index-server
target_link_libraries(clangd-index-server
PRIVATE
clangDaemon
clangdSupport
RemoteIndexProtos
clangdRemoteMarshalling