xref: /netbsd-src/external/apache2/llvm/dist/clang/lib/ASTMatchers/CMakeLists.txt (revision 4f645668ed707e1f969c546666f8c8e45e6f8888)
1add_subdirectory(Dynamic)
2
3set(LLVM_LINK_COMPONENTS
4  FrontendOpenMP
5  Support
6)
7
8add_clang_library(clangASTMatchers
9  ASTMatchFinder.cpp
10  ASTMatchersInternal.cpp
11  GtestMatchers.cpp
12
13  LINK_LIBS
14  clangAST
15  clangBasic
16  clangLex
17
18  DEPENDS
19  omp_gen
20  )
21