mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Foundation depends on Security, so now that we have an overlay for it we need to build swiftSecurity first. Swift SVN r22138
13 lines
356 B
CMake
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)
|