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

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

target_link_libraries(DynamicASTMatchersTests
  clangAST
  clangASTMatchers
  clangBasic
  clangDynamicASTMatchers
  clangFrontend
  clangTooling
  )