mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
243 B
CMake
8 lines
243 B
CMake
set(SHARED_LIBRARY ON)
|
|
add_swift_library(swiftUIKit INSTALL TARGET_LIBRARY
|
|
DesignatedInitializers.mm
|
|
UIKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR
|
|
DEPENDS swiftCore swiftObjectiveC swiftFoundation swiftCoreImage
|
|
FRAMEWORK_DEPENDS UIKit)
|