Files
swift-mirror/stdlib/public/SDK/WatchKit/CMakeLists.txt
David Farler da670c5a34 libswiftWatchKit depends on libswiftCoreLocation
<rdar://problem/21885844>

Swift SVN r30373
2015-07-18 06:55:13 +00:00

8 lines
313 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 CoreLocation
FRAMEWORK_DEPENDS_WEAK WatchKit
SWIFT_COMPILE_FLAGS_WATCHOS -Xfrontend -disable-autolink-framework -Xfrontend CoreText
)