set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Option
Support
TargetParser
)
add_clang_library(clangDependencyScanning
DependencyScanningFilesystem.cpp
DependencyScanningService.cpp
DependencyScanningWorker.cpp
DependencyScanningTool.cpp
ModuleDepCollector.cpp
DEPENDS
ClangDriverOptions
LINK_LIBS
clangAST
clangBasic
clangDriver
clangFrontend
clangLex
clangSerialization
clangTooling
)