llvm-project/clang/lib/ASTMatchers/CMakeLists.txt

17 lines
305 B
CMake
Raw Normal View History

set(LLVM_LINK_COMPONENTS support)
set(LLVM_USED_LIBS clangBasic clangAST)
add_clang_library(clangASTMatchers
ASTMatchFinder.cpp
ASTMatchersInternal.cpp
)
add_dependencies(clangASTMatchers
ClangAttrClasses
ClangAttrImpl
ClangAttrList
ClangCommentNodes
ClangDeclNodes
ClangStmtNodes
)