Files
swift-mirror/stdlib/public/SDK/Foundation/CMakeLists.txt
Dmitri Hrybenko 6cef57029f Remove the SDK overlay for Security
It is no longer needed per rdar://19785756

Swift SVN r30349
2015-07-18 00:39:43 +00:00

13 lines
276 B
CMake

add_swift_library(swiftFoundation IS_SDK_OVERLAY
Foundation.swift
FoundationMirrors.swift.gyb
ExtraStringAPIs.swift
NSError.swift
NSStringAPI.swift
NSValue.swift
Thunks.mm
SWIFT_MODULE_DEPENDS ObjectiveC CoreGraphics Dispatch
FRAMEWORK_DEPENDS Foundation)