mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SDK overlays built for iOS were guarded as iOS only. These are also available in the tvOS SDK. rdar://problem/20278575 Swift SVN r26499
8 lines
221 B
CMake
8 lines
221 B
CMake
add_swift_library(swiftUIKit IS_SDK_OVERLAY
|
|
DesignatedInitializers.mm
|
|
UIKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR TVOS TVOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation CoreImage
|
|
FRAMEWORK_DEPENDS UIKit)
|
|
|