22 lines · plain
1add_subdirectory(Dynamic)2 3set(LLVM_LINK_COMPONENTS4 FrontendOpenMP5 Support6)7 8add_clang_library(clangASTMatchers9 ASTMatchFinder.cpp10 ASTMatchersInternal.cpp11 LowLevelHelpers.cpp12 13 LINK_LIBS14 clangAST15 clangBasic16 clangLex17 18 DEPENDS19 omp_gen20 ClangDriverOptions21 )22