mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
7 lines
176 B
CMake
7 lines
176 B
CMake
add_swift_library(swiftsimd SHARED IS_STDLIB
|
|
simd.swift.gyb
|
|
|
|
SWIFT_COMPILE_FLAGS -Xfrontend -sil-serialize-all
|
|
SWIFT_MODULE_DEPENDS Darwin
|
|
INSTALL_IN_COMPONENT stdlib)
|