Home | History | Annotate | Download | only in ASTMatchers
      1 set(LLVM_LINK_COMPONENTS
      2   ${LLVM_TARGETS_TO_BUILD}
      3   asmparser
      4   support
      5   mc
      6   )
      7 
      8 add_clang_unittest(ASTMatchersTests
      9   ASTMatchersTest.cpp)
     10 
     11 target_link_libraries(ASTMatchersTests
     12   gtest gtest_main clangASTMatchers clangTooling)
     13