forked from OSchip/llvm-project
Unbreak the shared cmake build. libToolingCore now depends on libAST.
llvm-svn: 251026
This commit is contained in:
parent
a6324c9463
commit
4947575666
|
@ -5,6 +5,7 @@ add_clang_library(clangToolingCore
|
|||
Replacement.cpp
|
||||
|
||||
LINK_LIBS
|
||||
clangAST
|
||||
clangBasic
|
||||
clangLex
|
||||
clangRewrite
|
||||
|
|
Loading…
Reference in New Issue