mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
12 lines
277 B
CMake
12 lines
277 B
CMake
add_swift_library(swiftFoundation IS_SDK_OVERLAY
|
|
Foundation.swift
|
|
FoundationMirrors.swift.gyb
|
|
ExtraStringAPIs.swift
|
|
NSError.swift.gyb
|
|
NSStringAPI.swift
|
|
NSValue.swift
|
|
|
|
SWIFT_MODULE_DEPENDS ObjectiveC CoreGraphics Dispatch Security
|
|
FRAMEWORK_DEPENDS Foundation)
|
|
|