]> granicus.if.org Git - clang/commitdiff
Add missing dependencies to the CMake build system
authorDouglas Gregor <dgregor@apple.com>
Thu, 25 Jun 2009 05:03:29 +0000 (05:03 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 25 Jun 2009 05:03:29 +0000 (05:03 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@74162 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Frontend/CMakeLists.txt

index 22422028bdb925f6af3181e03cd50d23b9d5d25a..5e94e656172dfc7f6c98b6017fd6865febbb0411 100644 (file)
@@ -37,4 +37,7 @@ add_clang_library(clangFrontend
   Warnings.cpp
   )
 
-add_dependencies(clangFrontend ClangDiagnosticFrontend)
+add_dependencies(clangFrontend 
+  ClangDiagnosticFrontend 
+  ClangDiagnosticLex
+  ClangDiagnosticSema)