forked from OSchip/llvm-project
[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:
parent
0353e5a6cd
commit
e6e038c322
|
@ -17,6 +17,7 @@ add_clang_library(clangDaemonTweaks OBJECT
|
|||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangBasic
|
||||
clangDaemon
|
||||
clangToolingCore
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue