ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make clean; make ASTMatchers" would fail.

llvm-svn: 159906
This commit is contained in:
NAKAMURA Takumi 2012-07-07 23:13:30 +00:00
parent cd3d5d9597
commit 17a2ff2494
1 changed files with 9 additions and 0 deletions

View File

@ -5,3 +5,12 @@ add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
)
add_dependencies(clangASTMatchers
ClangAttrClasses
ClangAttrImpl
ClangAttrList
ClangCommentNodes
ClangDeclNodes
ClangStmtNodes
)