Sign in
ara-mdk
/
platform
/
external
/
clang
/
454d5b3ab316331b621b37d7c8b86db9f7d33fcc
/
.
/
unittests
/
ASTMatchers
/
CMakeLists.txt
blob: 91feaac4d95b1446f6a4763610152e99fd9dbb7f [
file
] [
log
] [
blame
]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
asmparser
bitreader
support
mc
)
add_clang_unittest(ASTMatchersTests
ASTMatchersTest.cpp)
target_link_libraries(ASTMatchersTests
gtest gtest_main clangASTMatchers clangTooling)