brintos

brintos / llvm-project-archived public Read only

0
0
Text · 282 B · ea1bee4 Raw
22 lines · plain
1set(LLVM_LINK_COMPONENTS2  FrontendOpenMP3  Support4)5 6add_clang_library(clangDynamicASTMatchers7  Diagnostics.cpp8  Marshallers.cpp9  Parser.cpp10  Registry.cpp11  VariantValue.cpp12 13  LINK_LIBS14  clangAST15  clangASTMatchers16  clangBasic17 18  DEPENDS19  omp_gen20  ClangDriverOptions21  )22