ASTMatchers/CMakeLists.txt: Add dependencies to generated headers, or "make clean; make ASTMatchers" would fail.
llvm-svn: 159906
This commit is contained in:
parent
cd3d5d9597
commit
17a2ff2494
|
|
@ -5,3 +5,12 @@ add_clang_library(clangASTMatchers
|
||||||
ASTMatchFinder.cpp
|
ASTMatchFinder.cpp
|
||||||
ASTMatchersInternal.cpp
|
ASTMatchersInternal.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
|
add_dependencies(clangASTMatchers
|
||||||
|
ClangAttrClasses
|
||||||
|
ClangAttrImpl
|
||||||
|
ClangAttrList
|
||||||
|
ClangCommentNodes
|
||||||
|
ClangDeclNodes
|
||||||
|
ClangStmtNodes
|
||||||
|
)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue