blob: ce455e518070b8ed968ab57593f43843446af80e [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
${LLVM_TARGETS_TO_BUILD}
Core
Support
)
add_clang_library(clangDependencyScanning
DependencyScanningFilesystem.cpp
DependencyScanningService.cpp
DependencyScanningWorker.cpp
DependencyScanningTool.cpp
ModuleDepCollector.cpp
DEPENDS
ClangDriverOptions
LINK_LIBS
clangAST
clangBasic
clangCodeGen
clangDriver
clangFrontend
clangFrontendTool
clangLex
clangParse
clangSerialization
clangTooling
)