Add missing dependencies to the CMake build system

llvm-svn: 74162
This commit is contained in:
Douglas Gregor 2009-06-25 05:03:29 +00:00
parent 2042c3519d
commit d4daf75100
1 changed files with 4 additions and 1 deletions

View File

@ -37,4 +37,7 @@ add_clang_library(clangFrontend
Warnings.cpp
)
add_dependencies(clangFrontend ClangDiagnosticFrontend)
add_dependencies(clangFrontend
ClangDiagnosticFrontend
ClangDiagnosticLex
ClangDiagnosticSema)