Unbreak the shared cmake build. libToolingCore now depends on libAST.

llvm-svn: 251026
This commit is contained in:
Benjamin Kramer 2015-10-22 15:45:54 +00:00
parent a6324c9463
commit 4947575666
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ add_clang_library(clangToolingCore
Replacement.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
clangRewrite