468663ddbb
Former-commit-id: 1d6753294b2993e1fbf92de9366bb9544db4189b
13 lines
185 B
CMake
13 lines
185 B
CMake
add_subdirectory(Dynamic)
|
|
|
|
set(LLVM_LINK_COMPONENTS support)
|
|
|
|
add_clang_library(clangASTMatchers
|
|
ASTMatchFinder.cpp
|
|
ASTMatchersInternal.cpp
|
|
|
|
LINK_LIBS
|
|
clangAST
|
|
clangBasic
|
|
)
|