[lld-macho] Remove unneeded functions from BPSectionOrderer. NFC
[llvm-project.git] / clang / lib / Tooling / DependencyScanning / CMakeLists.txt
blob66795b0be0baa11a1b72b54b12a63dd0535befbd
1 set(LLVM_LINK_COMPONENTS
2   ${LLVM_TARGETS_TO_BUILD}
3   Core
4   Option
5   Support
6   TargetParser
7   )
9 add_clang_library(clangDependencyScanning
10   DependencyScanningFilesystem.cpp
11   DependencyScanningService.cpp
12   DependencyScanningWorker.cpp
13   DependencyScanningTool.cpp
14   ModuleDepCollector.cpp
16   DEPENDS
17   ClangDriverOptions
19   LINK_LIBS
20   clangAST
21   clangBasic
22   clangDriver
23   clangFrontend
24   clangLex
25   clangSerialization
26   clangTooling
27   )