Files
swift-mirror/stdlib/public/SDK/WatchKit/CMakeLists.txt
2015-05-20 17:25:08 +00:00

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)