mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
11 lines
210 B
CMake
11 lines
210 B
CMake
set(SHARED_LIBRARY ON)
|
|
set(SWIFTFOUNDATION_SOURCES
|
|
Darwin.swift
|
|
)
|
|
|
|
add_swift_library(swiftDarwin INSTALL
|
|
${SWIFTFOUNDATION_SOURCES}
|
|
DEPENDS swift_stdlib_core)
|
|
|
|
add_swift_optimization_flags(swiftDarwin)
|