[cfe-commits] r125566 -	/cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
    Douglas Gregor 
    dgregor at apple.com
       
    Tue Feb 15 09:09:57 PST 2011
    
    
  
Author: dgregor
Date: Tue Feb 15 11:09:56 2011
New Revision: 125566
URL: http://llvm.org/viewvc/llvm-project?rev=125566&view=rev
Log:
Add missing CMake dependency
Modified:
    cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
Modified: cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt?rev=125566&r1=125565&r2=125566&view=diff
==============================================================================
--- cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt (original)
+++ cfe/trunk/lib/StaticAnalyzer/Checkers/CMakeLists.txt Tue Feb 15 11:09:56 2011
@@ -60,4 +60,4 @@
   )
 
 add_dependencies(clangStaticAnalyzerCore ClangAttrClasses ClangAttrList ClangDeclNodes
-                 ClangStmtNodes)
+                 ClangStmtNodes ClangSACheckers)
    
    
More information about the cfe-commits
mailing list