xref: /openbsd-src/gnu/llvm/clang/lib/ASTMatchers/CMakeLists.txt (revision 1a8dbaac879b9f3335ad7fb25429ce63ac1d6bac)
1add_subdirectory(Dynamic)
2
3set(LLVM_LINK_COMPONENTS support)
4
5add_clang_library(clangASTMatchers
6  ASTMatchFinder.cpp
7  ASTMatchersInternal.cpp
8
9  LINK_LIBS
10  clangAST
11  clangBasic
12  )
13