mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
AppKit links CoreData and this relationship isn't expressed in the build mechanics for the overlays, which can cause link failures when building the overlay. rdar://problem/21837604 Swift SVN r30223
8 lines
187 B
CMake
8 lines
187 B
CMake
add_swift_library(swiftAppKit IS_SDK_OVERLAY
|
|
AppKit.swift
|
|
NSError.swift
|
|
TARGET_SDKS OSX
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation CoreData CoreImage
|
|
FRAMEWORK_DEPENDS AppKit)
|
|
|