aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/ASTMatchers/CMakeLists.txt9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/ASTMatchers/CMakeLists.txt b/lib/ASTMatchers/CMakeLists.txt
index c27a37edd8..806b68783f 100644
--- a/lib/ASTMatchers/CMakeLists.txt
+++ b/lib/ASTMatchers/CMakeLists.txt
@@ -5,3 +5,12 @@ add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
)
+
+add_dependencies(clangASTMatchers
+ ClangAttrClasses
+ ClangAttrImpl
+ ClangAttrList
+ ClangCommentNodes
+ ClangDeclNodes
+ ClangStmtNodes
+ )