[clangd] tweaks: Add clangBasic dependency to LINK_LIBS

This is necessary to make builds with `-DBUILD_SHARED_LIBS=ON` work.

llvm-svn: 361687
This commit is contained in:
Heejin Ahn 2019-05-25 01:35:14 +00:00
parent 0353e5a6cd
commit e6e038c322
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ add_clang_library(clangDaemonTweaks OBJECT
LINK_LIBS
clangAST
clangBasic
clangDaemon
clangToolingCore
)