[clangd] Unbreak the shared build.

llvm-svn: 296637
This commit is contained in:
Benjamin Kramer 2017-03-01 16:23:40 +00:00
parent f0af3e6b01
commit 570c230357
1 changed files with 1 additions and 0 deletions

View File

@ -13,5 +13,6 @@ target_link_libraries(clangd
clangFormat
clangFrontend
clangTooling
clangToolingCore
LLVMSupport
)