Files
swift-mirror/stdlib/internal/SwiftExperimental/CMakeLists.txt
2016-02-10 10:29:01 -08:00

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)