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

set(LIBRARY "Test_CoordinateMapsTimeDependent")

set(LIBRARY_SOURCES
  ShapeMapTransitionFunctions/Test_SphereTransition.cpp
  Test_CubicScale.cpp
  Test_ProductMaps.cpp
  Test_Rotation.cpp
  Test_RotationMatrixHelpers.cpp
  Test_Shape.cpp
  Test_SphericalCompression.cpp
  Test_Translation.cpp
  )

add_test_library(
  ${LIBRARY}
  "Domain/CoordinateMaps/TimeDependent"
  "${LIBRARY_SOURCES}"
  ""
  )

target_link_libraries(
  ${LIBRARY}
  PRIVATE
  CoordinateMaps
  DataStructures
  Domain
  DataStructuresHelpers
  FunctionsOfTime
  SphericalHarmonics
  Spectral
  Utilities
)
