mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
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
7 lines
218 B
CMake
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)
|