mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
8 lines
204 B
CMake
8 lines
204 B
CMake
add_swift_library(swiftTestUtils SHARED
|
|
# This file should be listed the first. Module name is inferred from the
|
|
# filename.
|
|
SwiftTestUtils.swift
|
|
|
|
INSTALL_IN_COMPONENT never_install
|
|
IS_STDLIB)
|