bolt/deps/llvm-18.1.8/clang/lib/Tooling/DependencyScanning/CMakeLists.txt
2025-02-14 19:21:04 +01:00

28 lines
457 B
CMake

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
clangCodeGen
clangDriver
clangFrontend
clangLex
clangSerialization
clangTooling
)