mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
9 lines
284 B
CMake
9 lines
284 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 ${STDLIB_SIL_SERIALIZE_ALL} -parse-stdlib
|
|
INSTALL_IN_COMPONENT stdlib-experimental)
|
|
|