Files
swift-mirror/stdlib/private/StdlibUnittestFoundationExtras/CMakeLists.txt
Dmitri Hrybenko c421c51a42 StdlibUnittest: add facilities to replace NSLocale.currentLocale()
Will use this API to write tests for rdar://20171815.

Swift SVN r26391
2015-03-21 05:41:46 +00:00

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)