[cfe-commits] r108031 - /cfe/trunk/examples/wpa/CMakeLists.txt

Peter Collingbourne peter at pcc.me.uk
Fri Jul 9 16:06:34 PDT 2010


Author: pcc
Date: Fri Jul  9 18:06:34 2010
New Revision: 108031

URL: http://llvm.org/viewvc/llvm-project?rev=108031&view=rev
Log:
Fix CMake build

Modified:
    cfe/trunk/examples/wpa/CMakeLists.txt

Modified: cfe/trunk/examples/wpa/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/examples/wpa/CMakeLists.txt?rev=108031&r1=108030&r2=108031&view=diff
==============================================================================
--- cfe/trunk/examples/wpa/CMakeLists.txt (original)
+++ cfe/trunk/examples/wpa/CMakeLists.txt Fri Jul  9 18:06:34 2010
@@ -6,6 +6,8 @@
   clangDriver
   clangSema
   clangAnalysis
+  clangChecker
+  clangRewrite
   clangAST
   clangParse
   clangLex





More information about the cfe-commits mailing list