allwinner_a64/android/external/clang/lib/ASTMatchers/CMakeLists.txt
2018-08-08 16:14:42 +08:00

12 lines
185 B
CMake

add_subdirectory(Dynamic)
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
LINK_LIBS
clangAST
clangBasic
)