[cfe-commits] r74162 - /cfe/trunk/lib/Frontend/CMakeLists.txt

Douglas Gregor dgregor at apple.com
Wed Jun 24 22:03:29 PDT 2009


Author: dgregor
Date: Thu Jun 25 00:03:29 2009
New Revision: 74162

URL: http://llvm.org/viewvc/llvm-project?rev=74162&view=rev
Log:
Add missing dependencies to the CMake build system

Modified:
    cfe/trunk/lib/Frontend/CMakeLists.txt

Modified: cfe/trunk/lib/Frontend/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Frontend/CMakeLists.txt?rev=74162&r1=74161&r2=74162&view=diff

==============================================================================
--- cfe/trunk/lib/Frontend/CMakeLists.txt (original)
+++ cfe/trunk/lib/Frontend/CMakeLists.txt Thu Jun 25 00:03:29 2009
@@ -37,4 +37,7 @@
   Warnings.cpp
   )
 
-add_dependencies(clangFrontend ClangDiagnosticFrontend)
+add_dependencies(clangFrontend 
+  ClangDiagnosticFrontend 
+  ClangDiagnosticLex
+  ClangDiagnosticSema)





More information about the cfe-commits mailing list