mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
12 lines
246 B
CMake
12 lines
246 B
CMake
add_swift_library(swiftFoundation IS_SDK_OVERLAY
|
|
Foundation.swift
|
|
NSError.swift
|
|
NSStringAPI.swift
|
|
NSValue.swift
|
|
ExtraStringAPIs.swift
|
|
Thunks.mm
|
|
|
|
SWIFT_MODULE_DEPENDS ObjectiveC CoreGraphics Dispatch
|
|
FRAMEWORK_DEPENDS Foundation)
|
|
|