blob: 42a63faa26d3e6c328f2b99100713005353f97e3 [file] [log] [blame]
set(LLVM_LINK_COMPONENTS
Core
Option
Support
TargetParser
)
add_clang_library(clangDependencyScanning
DependencyScanningFilesystem.cpp
DependencyScanningService.cpp
DependencyScanningWorker.cpp
DependencyScanningTool.cpp
InProcessModuleCache.cpp
ModuleDepCollector.cpp
DEPENDS
ClangDriverOptions
LINK_LIBS
clangAST
clangBasic
clangDriver
clangFrontend
clangLex
clangSerialization
clangTooling
${LLVM_PTHREAD_LIB}
)