mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
10 lines
231 B
CMake
10 lines
231 B
CMake
add_swift_library(swiftDarwin IS_SDK_OVERLAY
|
|
Darwin.swift
|
|
POSIXError.swift
|
|
MachError.swift
|
|
Misc.mm
|
|
tgmath.swift.gyb
|
|
SWIFT_COMPILE_FLAGS -Xfrontend -disable-objc-attr-requires-foundation-module
|
|
API_NOTES_NON_OVERLAY)
|
|
|