r251026 - Unbreak the shared cmake build. libToolingCore now depends on libAST.
Benjamin Kramer via cfe-commits
cfe-commits at lists.llvm.org
Thu Oct 22 08:45:54 PDT 2015
Author: d0k
Date: Thu Oct 22 10:45:54 2015
New Revision: 251026
URL: http://llvm.org/viewvc/llvm-project?rev=251026&view=rev
Log:
Unbreak the shared cmake build. libToolingCore now depends on libAST.
Modified:
cfe/trunk/lib/Tooling/Core/CMakeLists.txt
Modified: cfe/trunk/lib/Tooling/Core/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Tooling/Core/CMakeLists.txt?rev=251026&r1=251025&r2=251026&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/Core/CMakeLists.txt (original)
+++ cfe/trunk/lib/Tooling/Core/CMakeLists.txt Thu Oct 22 10:45:54 2015
@@ -5,6 +5,7 @@ add_clang_library(clangToolingCore
Replacement.cpp
LINK_LIBS
+ clangAST
clangBasic
clangLex
clangRewrite
More information about the cfe-commits
mailing list