Files
swift-mirror/stdlib/objc/Foundation/CMakeLists.txt
Ben Langmuir 531f31130d Add missing Security dependency
Foundation depends on Security, so now that we have an overlay for it we
need to build swiftSecurity first.

Swift SVN r22138
2014-09-19 16:48:49 +00:00

13 lines
356 B
CMake

set(SHARED_LIBRARY ON)
add_swift_library(swiftFoundation INSTALL TARGET_LIBRARY
Foundation.swift
FoundationMirrors.swift.gyb
ExtraStringAPIs.swift
Misc.mm
MixedStringNSStringOperations.swift.gyb
NSStringAPI.swift
NSValue.swift
DEPENDS swiftCore swiftObjectiveC swiftCoreGraphics swiftDispatch swiftSecurity
FRAMEWORK_DEPENDS Foundation)