xref: /aosp_15_r20/external/clang/unittests/ASTMatchers/Dynamic/CMakeLists.txt (revision 67e74705e28f6214e480b399dd47ea732279e315)
1set(LLVM_LINK_COMPONENTS
2  Support
3  )
4
5add_clang_unittest(DynamicASTMatchersTests
6  VariantValueTest.cpp
7  ParserTest.cpp
8  RegistryTest.cpp)
9
10target_link_libraries(DynamicASTMatchersTests
11  clangAST
12  clangASTMatchers
13  clangBasic
14  clangDynamicASTMatchers
15  clangFrontend
16  clangTooling
17  )
18