brintos

brintos / llvm-project-archived public Read only

0
0
Text · 326 B · b63173b Raw
24 lines · plain
1set(LLVM_LINK_COMPONENTS2  Support3  TextAPI4  TextAPIBinaryReader5  Demangle6  Core7  )8 9add_clang_library(clangInstallAPI10  DiagnosticBuilderWrappers.cpp11  DirectoryScanner.cpp12  DylibVerifier.cpp13  FileList.cpp14  Frontend.cpp15  HeaderFile.cpp16  Library.cpp17  Visitor.cpp18 19  LINK_LIBS20  clangAST21  clangBasic22  clangLex23  )24