brintos

brintos / llvm-project-archived public Read only

0
0
Text · 183 B · a7fa9c2 Raw
15 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  )4 5add_clang_library(clangEdit6  Commit.cpp7  EditedSource.cpp8  RewriteObjCFoundationAPI.cpp9 10  LINK_LIBS11  clangAST12  clangBasic13  clangLex14  )15