brintos

brintos / llvm-project-archived public Read only

0
0
Text · 474 B · f0d2b57 Raw
34 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  Support4  )5 6add_clang_library(clangIndex7  CommentToXML.cpp8  FileIndexRecord.cpp9  IndexBody.cpp10  IndexDecl.cpp11  IndexingAction.cpp12  IndexingContext.cpp13  IndexSymbol.cpp14  IndexTypeSourceInfo.cpp15  USRGeneration.cpp16 17  ADDITIONAL_HEADERS18  IndexingContext.h19 20  LINK_LIBS21  clangAST22  clangBasic23  clangFormat24  clangFrontend25  clangLex26  clangSema27  clangSerialization28  clangToolingCore29 30  DEPENDS31  omp_gen32  ClangDriverOptions33  )34