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