Files
swift-mirror/stdlib/public/SDK/AppKit/CMakeLists.txt
David Farler e689ab3369 Mark AppKit -> CoreData dependency in the overlays
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
2015-07-15 18:49:10 +00:00

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)