mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
9 lines
286 B
CMake
9 lines
286 B
CMake
add_swift_library(swiftSwiftExperimental SHARED IS_STDLIB
|
|
# This file should be listed the first. Module name is inferred from the
|
|
# filename.
|
|
SwiftExperimental.swift
|
|
|
|
SWIFT_COMPILE_FLAGS -Xfrontend -sil-serialize-all -parse-stdlib
|
|
INSTALL_IN_COMPONENT stdlib-experimental)
|
|
|