brintos

brintos / llvm-project-archived public Read only

0
0
Text · 349 B · f508ffc Raw
22 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  TargetParser4  )5 6add_clang_library(clangExtractAPI7  API.cpp8  APIIgnoresList.cpp9  ExtractAPIConsumer.cpp10  DeclarationFragments.cpp11  Serialization/SymbolGraphSerializer.cpp12  TypedefUnderlyingTypeResolver.cpp13 14  LINK_LIBS15  clangAST16  clangBasic17  clangFrontend18  clangIndex19  clangInstallAPI20  clangLex21  )22