Files
swift-mirror/stdlib/private/SwiftPrivate/CMakeLists.txt
Ben Rimmington 2f326bcc88 [stdlib] Remove theGlobalMT19937
SwiftPrivate/PRNG.swift:

- currently uses `theGlobalMT19937`;
- previously used `arc4random` (see #1939);
- is obsoleted by SE-0202: Random Unification.
2018-08-01 13:00:16 +01:00

11 lines
301 B
CMake

add_swift_library(swiftSwiftPrivate ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
# This file should be listed the first. Module name is inferred from the
# filename.
SwiftPrivate.swift
IO.swift
ShardedAtomicCounter.swift
SWIFT_COMPILE_FLAGS
INSTALL_IN_COMPONENT stdlib-experimental)