Files
swift-mirror/stdlib/private/SwiftPrivate/CMakeLists.txt
2017-10-21 19:18:15 -07:00

12 lines
314 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
PRNG.swift
ShardedAtomicCounter.swift
SWIFT_COMPILE_FLAGS
INSTALL_IN_COMPONENT stdlib-experimental)