Files
swift-mirror/stdlib/objc/Foundation/CMakeLists.txt
Maxwell Swadling 2eb96bafee [stdlib] reverted removal of mixed string type operators
Fixes rdar://problem/19656287

This reverts changes from r24931, r24911, r24760 and r24536.

Swift SVN r24938
2015-02-04 04:01:32 +00:00

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)