Files
swift-mirror/stdlib/private/DifferentiationUnittest/CMakeLists.txt
marcrasi ddef9292a6 [AutoDiff upstream] DifferentiationUnittest and some e2e tests (#30915)
Adds 2 simple e2e tests and some lit subsitutions and unittest libraries
necessary to support them.
2020-04-09 14:25:31 -07:00

8 lines
389 B
CMake

add_swift_target_library(swiftDifferentiationUnittest ${SWIFT_STDLIB_LIBRARY_BUILD_TYPES} IS_STDLIB
# This file should be listed first. Module name is inferred from the filename.
DifferentiationUnittest.swift
SWIFT_MODULE_DEPENDS _Differentiation StdlibUnittest
INSTALL_IN_COMPONENT stdlib-experimental
DARWIN_INSTALL_NAME_DIR "${SWIFT_DARWIN_STDLIB_PRIVATE_INSTALL_NAME_DIR}")