mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
374 B
CMake
11 lines
374 B
CMake
add_swift_library(swiftAppKit ${SWIFT_SDK_OVERLAY_LIBRARY_BUILD_TYPES} IS_SDK_OVERLAY
|
|
AppKit.swift
|
|
AppKit_FoundationExtensions.swift
|
|
NSError.swift
|
|
SWIFT_COMPILE_FLAGS "${SWIFT_RUNTIME_SWIFT_COMPILE_FLAGS}"
|
|
LINK_FLAGS "${SWIFT_RUNTIME_SWIFT_LINK_FLAGS}"
|
|
TARGET_SDKS OSX
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Foundation CoreData CoreImage
|
|
FRAMEWORK_DEPENDS AppKit)
|
|
|