etc/services - sync with NetBSD-8
[minix.git] / external / bsd / llvm / dist / clang / lib / ASTMatchers / CMakeLists.txt
blob8a8e8c36569f9aafcdcae4c284852145077a0268
1 add_subdirectory(Dynamic)
3 set(LLVM_LINK_COMPONENTS support)
5 add_clang_library(clangASTMatchers
6   ASTMatchFinder.cpp
7   ASTMatchersInternal.cpp
9   LINK_LIBS
10   clangAST
11   )