mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
6 lines
210 B
CMake
6 lines
210 B
CMake
add_swift_library(swiftWatchKit IS_SDK_OVERLAY
|
|
WatchKit.swift
|
|
TARGET_SDKS IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
|
|
SWIFT_MODULE_DEPENDS Foundation UIKit CoreGraphics
|
|
FRAMEWORK_DEPENDS_WEAK WatchKit)
|