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
|
Replacement.cpp
|
||||||
|
|
||||||
LINK_LIBS
|
LINK_LIBS
|
||||||
|
clangAST
|
||||||
clangBasic
|
clangBasic
|
||||||
clangLex
|
clangLex
|
||||||
clangRewrite
|
clangRewrite
|
||||||
|
|
Loading…
Reference in New Issue