Files
swift-mirror/stdlib/objc/AppKit/CMakeLists.txt
Doug Gregor c2b5703865 API notes: rework CMake support so that we can separate the API notes sources.
Move all of the information about API notes into the "apinotes"
subdirectory, which specifies the API notes that it provides. The
organization is such that "apinotes" can become its own separate
repository, and the compiler build will pick up those API notes that
are available and build them along with the overlays.

Swift SVN r20406
2014-07-23 16:09:49 +00:00

7 lines
218 B
CMake

set(SHARED_LIBRARY ON)
add_swift_library(swiftAppKit INSTALL TARGET_LIBRARY
AppKit.swift
TARGET_SDKS "OSX"
DEPENDS swiftCore swiftObjectiveC swiftFoundation swiftQuartzCore
FRAMEWORK_DEPENDS AppKit QuartzCore)