brintos

brintos / llvm-project-archived public Read only

0
0
Text · 477 B · 76bdc50 Raw
29 lines · plain
1set(LLVM_LINK_COMPONENTS2  Core3  Option4  Support5  TargetParser6  )7 8add_clang_library(clangDependencyScanning9  DependencyScanningFilesystem.cpp10  DependencyScanningService.cpp11  DependencyScanningWorker.cpp12  DependencyScanningTool.cpp13  DependencyScannerImpl.cpp14  InProcessModuleCache.cpp15  ModuleDepCollector.cpp16 17  DEPENDS18  ClangDriverOptions19 20  LINK_LIBS21  clangAST22  clangBasic23  clangDriver24  clangFrontend25  clangLex26  clangSerialization27  ${LLVM_PTHREAD_LIB}28  )29