emotionfx_shared_tests_files.cmake 764 B

123456789101112131415161718192021222324
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. Tests/TestAssetCode/JackActor.cpp
  10. Tests/TestAssetCode/JackActor.h
  11. Tests/TestAssetCode/SimpleActors.cpp
  12. Tests/TestAssetCode/SimpleActors.h
  13. Tests/TestAssetCode/MeshFactory.cpp
  14. Tests/TestAssetCode/MeshFactory.h
  15. Tests/TestAssetCode/AnimGraphFactory.cpp
  16. Tests/TestAssetCode/AnimGraphFactory.h
  17. Tests/TestAssetCode/AnimGraphAssetFactory.h
  18. Tests/TestAssetCode/ActorAssetFactory.h
  19. Tests/TestAssetCode/MotionSetAssetFactory.h
  20. Tests/D6JointLimitConfiguration.cpp
  21. Tests/D6JointLimitConfiguration.h
  22. )