nvcloth_tests_files.cmake 1.0 KB

1234567891011121314151617181920212223242526272829303132
  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/NvClothTestEnvironment.cpp
  10. Tests/NvClothTest.cpp
  11. Tests/UnitTestHelper.h
  12. Tests/UnitTestHelper.cpp
  13. Tests/ActorHelper.h
  14. Tests/ActorHelper.cpp
  15. Tests/TriangleInputHelper.h
  16. Tests/TriangleInputHelper.cpp
  17. Tests/System/ClothSystemTest.cpp
  18. Tests/System/ClothTest.cpp
  19. Tests/System/FabricCookerTest.cpp
  20. Tests/System/FactoryTest.cpp
  21. Tests/System/SolverTest.cpp
  22. Tests/System/NvTypesTest.cpp
  23. Tests/System/TangentSpaceHelperTest.cpp
  24. Tests/Components/ClothComponentTest.cpp
  25. Tests/Components/ClothComponentMesh/ClothComponentMeshTest.cpp
  26. Tests/Components/ClothComponentMesh/ActorClothCollidersTest.cpp
  27. Tests/Components/ClothComponentMesh/ActorClothSkinningTest.cpp
  28. Tests/Components/ClothComponentMesh/ClothConstraintsTest.cpp
  29. Tests/Utils/ActorAssetHelperTest.cpp
  30. )