From: Benjamin Kramer Date: Thu, 22 Oct 2015 15:45:54 +0000 (+0000) Subject: Unbreak the shared cmake build. libToolingCore now depends on libAST. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=9b470453c535f1cc26f1d6b41052953c7b50ba05;p=clang Unbreak the shared cmake build. libToolingCore now depends on libAST. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@251026 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/Tooling/Core/CMakeLists.txt b/lib/Tooling/Core/CMakeLists.txt index d89b2e4578..b88e1f8333 100644 --- a/lib/Tooling/Core/CMakeLists.txt +++ b/lib/Tooling/Core/CMakeLists.txt @@ -5,6 +5,7 @@ add_clang_library(clangToolingCore Replacement.cpp LINK_LIBS + clangAST clangBasic clangLex clangRewrite