# Distributed under the MIT License.
# See LICENSE.txt for details.

set(LIBRARY "Test_DomainTimeDependence")

set(LIBRARY_SOURCES
  Test_CubicScale.cpp
  Test_None.cpp
  Test_RotationAboutZAxis.cpp
  Test_ScalingAndZRotation.cpp
  Test_Shape.cpp
  Test_SphericalCompression.cpp
  Test_UniformTranslation.cpp
  )

add_test_library(${LIBRARY} "${LIBRARY_SOURCES}")

target_link_libraries(
  ${LIBRARY}
  PRIVATE
  CoordinateMaps
  DataStructures
  DataStructuresHelpers
  DomainHelpers
  DomainStructure
  DomainTimeDependence
  GeneralRelativitySolutions
  Options
  Utilities
  )
