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

12 lines
172 B
CMake

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