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
   )


_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to