mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
[Dependency Scanning] Add a binary serialization format for the Inter-Module Dependencies Cache
15 lines
324 B
CMake
15 lines
324 B
CMake
|
|
|
|
add_swift_host_library(swiftDependencyScan STATIC
|
|
DependencyScanningTool.cpp
|
|
ModuleDependencyCacheSerialization.cpp
|
|
ScanDependencies.cpp
|
|
StringUtils.cpp)
|
|
|
|
target_link_libraries(swiftDependencyScan INTERFACE
|
|
clangBasic)
|
|
|
|
target_link_libraries(swiftDependencyScan PRIVATE
|
|
swiftClangImporter
|
|
swiftFrontend)
|