Sign in
rust
/
rust-lang
/
llvm-project
/
3a2028f4b0cc8ce6afba38f435469c84c8eb8a93
/
.
/
clang
/
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
)