mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
15 lines
513 B
CMake
15 lines
513 B
CMake
add_swift_library(swiftStdlibUnittestFoundationExtras SHARED IS_STDLIB
|
|
# This file should be listed the first. Module name is inferred from the
|
|
# filename.
|
|
StdlibUnittestFoundationExtras.swift
|
|
|
|
# Can not serialize StdlibUnittestFoundationExtras because of:
|
|
# <rdar://problem/18917405> Compiling StdlibUnittest with -sil-serialize-all
|
|
# crashes in SIL serializer
|
|
#
|
|
# SWIFT_COMPILE_FLAGS -Xfrontend -sil-serialize-all
|
|
|
|
SWIFT_MODULE_DEPENDS Foundation
|
|
INSTALL_IN_COMPONENT stdlib-experimental)
|
|
|