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