mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
-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
8 lines
251 B
CMake
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)
|