brintos

brintos / llvm-project-archived public Read only

0
0
Text · 164 B · 38cf537 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  )4 5add_clang_library(clangToolingASTDiff6  ASTDiff.cpp7  LINK_LIBS8  clangBasic9  clangAST10  clangLex11 12  DEPENDS13  omp_gen14  )15