1 | set(LLVM_LINK_COMPONENTS |
---|---|
2 | Support |
3 | ) |
4 | |
5 | add_clang_unittest(DynamicASTMatchersTests |
6 | VariantValueTest.cpp |
7 | ParserTest.cpp |
8 | RegistryTest.cpp |
9 | ) |
10 | |
11 | target_link_libraries(DynamicASTMatchersTests |
12 | PRIVATE |
13 | clangAST |
14 | clangASTMatchers |
15 | clangBasic |
16 | clangDynamicASTMatchers |
17 | clangFrontend |
18 | clangSerialization |
19 | clangTooling |
20 | ) |
21 |