mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
6 lines
146 B
CMake
6 lines
146 B
CMake
add_swift_library(swiftIOKit IS_SDK_OVERLAY
|
|
IOKit.swift
|
|
TARGET_SDKS OSX
|
|
SWIFT_MODULE_DEPENDS ObjectiveC Dispatch
|
|
FRAMEWORK_DEPENDS IOKit)
|