Sign in
llvm
/
clang
/
e8264bb9815647b4c6558aeb045c65965cdb26d3
/
.
/
lib
/
ASTMatchers
/
CMakeLists.txt
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
)