mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fixes rdar://problem/19656287 This reverts changes from r24931, r24911, r24760 and r24536. Swift SVN r24938
12 lines
308 B
CMake
12 lines
308 B
CMake
add_swift_library(swiftFoundation IS_SDK_OVERLAY
|
|
Foundation.swift
|
|
FoundationMirrors.swift.gyb
|
|
ExtraStringAPIs.swift
|
|
Misc.mm
|
|
MixedStringNSStringOperations.swift.gyb
|
|
NSStringAPI.swift
|
|
NSValue.swift
|
|
SWIFT_MODULE_DEPENDS ObjectiveC CoreGraphics Dispatch Security
|
|
FRAMEWORK_DEPENDS Foundation)
|
|
|