summaryrefslogtreecommitdiffstats
path: root/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/ASTMatchers/Dynamic/CMakeLists.txt')
-rw-r--r--clang/lib/ASTMatchers/Dynamic/CMakeLists.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt b/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
new file mode 100644
index 00000000000..ba920a4f678
--- /dev/null
+++ b/clang/lib/ASTMatchers/Dynamic/CMakeLists.txt
@@ -0,0 +1,12 @@
+set(LLVM_LINK_COMPONENTS support)
+
+add_clang_library(clangDynamicASTMatchers
+ Diagnostics.cpp
+ VariantValue.cpp
+ Parser.cpp
+ Registry.cpp
+ )
+
+add_dependencies(clangDynamicASTMatchers
+ clangASTMatchers
+ )
OpenPOWER on IntegriCloud