Files
swift-mirror/stdlib/objc/AppKit/CMakeLists.txt
Dmitri Hrybenko 6670bb76ec Rewrite the CMake build system
Swift SVN r24124
2014-12-23 22:15:30 +00:00

7 lines
174 B
CMake

add_swift_library(swiftAppKit IS_SDK_OVERLAY
AppKit.swift
TARGET_SDKS OSX
SWIFT_MODULE_DEPENDS ObjectiveC Foundation QuartzCore
FRAMEWORK_DEPENDS AppKit QuartzCore)