Home | History | Annotate | Download | only in ASTMatchers
      1 set(LLVM_LINK_COMPONENTS
      2   Support
      3   )
      4 
      5 add_clang_unittest(ASTMatchersTests
      6   ASTMatchersTest.cpp)
      7 
      8 target_link_libraries(ASTMatchersTests
      9   clangAST
     10   clangASTMatchers
     11   clangBasic
     12   clangFrontend
     13   clangTooling
     14   )
     15 
     16 add_subdirectory(Dynamic)
     17