blob: 8f700ca3226be5c21d0b86518ad9e77b7a8a065e [file] [log] [blame]
add_subdirectory(Dynamic)
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
GtestMatchers.cpp
LINK_LIBS
clangAST
clangBasic
clangLex
)