forked from OSchip/llvm-project
[clangd] Added a missing dependency on clangdAST to fix the build
llvm-svn: 303636
This commit is contained in:
parent
a192804293
commit
9bab8eab49
|
@ -14,6 +14,7 @@ add_clang_library(clangDaemon
|
|||
ProtocolHandlers.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangBasic
|
||||
clangFormat
|
||||
clangFrontend
|
||||
|
|
Loading…
Reference in New Issue