aboutsummaryrefslogtreecommitdiff
path: root/unittests/ASTMatchers/Dynamic/CMakeLists.txt
blob: 8b95a7be6e5f114e72a8fc9c7b811095a7baf8c0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
set(LLVM_LINK_COMPONENTS
  Support
  )

add_clang_unittest(DynamicASTMatchersTests
  VariantValueTest.cpp
  ParserTest.cpp
  RegistryTest.cpp)

target_link_libraries(DynamicASTMatchersTests
  clangAST
  clangASTMatchers
  clangDynamicASTMatchers
  clangFrontend
  clangTooling
  )