mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
8 lines
201 B
CMake
8 lines
201 B
CMake
add_swift_library(swiftUIKit IS_SDK_OVERLAY
|
|
DesignatedInitializers.mm
|
|
UIKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation CoreImage
|
|
FRAMEWORK_DEPENDS UIKit)
|
|
|