Files
swift-mirror/stdlib/public/SDK/EventKit/CMakeLists.txt
Jordan Rose ff7c3f0c6a Make overlay dependencies explicit.
-import-underlying-module deliberately avoids autolinking against that module,
since normally it's used when building the Swift half of a single binary.
For the overlays, however, that's not what we want, so add the underlying
framework explicitly.

Swift SVN r29439
2015-06-17 04:47:58 +00:00

8 lines
251 B
CMake

add_swift_library(swiftEventKit IS_SDK_OVERLAY
EventKit.swift
TARGET_SDKS OSX IOS IOS_SIMULATOR WATCHOS WATCHOS_SIMULATOR
SWIFT_MODULE_DEPENDS Foundation CoreGraphics CoreLocation
SWIFT_MODULE_DEPENDS_OSX AppKit
FRAMEWORK_DEPENDS EventKit)