Sign in
android
/
platform
/
external
/
clang
/
4da216637fa1ad4bdfd31bc265edb57ca35c2c12
/
.
/
lib
/
ASTMatchers
/
CMakeLists.txt
blob: c27a37edd873f8c2016a7a7cb82ead9997db5888 [
file
] [
log
] [
blame
]
set
(
LLVM_LINK_COMPONENTS support
)
set
(
LLVM_USED_LIBS clangBasic clangAST
)
add_clang_library
(
clangASTMatchers
ASTMatchFinder
.
cpp
ASTMatchersInternal
.
cpp
)