r220889 - [CMake] clangToolingCore requires clangLex.
NAKAMURA Takumi
geek4civic at gmail.com
Wed Oct 29 17:43:45 PDT 2014
Author: chapuni
Date: Wed Oct 29 19:43:44 2014
New Revision: 220889
URL: http://llvm.org/viewvc/llvm-project?rev=220889&view=rev
Log:
[CMake] clangToolingCore requires clangLex.
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=220889&r1=220888&r2=220889&view=diff
==============================================================================
--- cfe/trunk/lib/Tooling/Core/CMakeLists.txt (original)
+++ cfe/trunk/lib/Tooling/Core/CMakeLists.txt Wed Oct 29 19:43:44 2014
@@ -6,5 +6,6 @@ add_clang_library(clangToolingCore
LINK_LIBS
clangBasic
clangDriver
+ clangLex
clangRewrite
)
More information about the cfe-commits
mailing list