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