hanchenye-llvm-project/clang/unittests/ASTMatchers/CMakeLists.txt

17 lines
244 B
CMake

set(LLVM_LINK_COMPONENTS
Support
)
add_clang_unittest(ASTMatchersTests
ASTMatchersTest.cpp)
target_link_libraries(ASTMatchersTests
clangAST
clangASTMatchers
clangBasic
clangFrontend
clangTooling
)
add_subdirectory(Dynamic)