xref: /minix3/external/bsd/llvm/dist/clang/lib/ASTMatchers/CMakeLists.txt (revision 0a6a1f1d05b60e214de2f05a7310ddd1f0e590e7)
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  )
12