You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
o3de/Gems/NvCloth/Code/nvcloth_tests_files.cmake

32 lines
1.0 KiB
CMake

#
# Copyright (c) Contributors to the Open 3D Engine Project.
# For complete copyright and license terms please see the LICENSE at the root of this distribution.
#
# SPDX-License-Identifier: Apache-2.0 OR MIT
#
#
set(FILES
Tests/NvClothTestEnvironment.cpp
Tests/NvClothTest.cpp
Tests/UnitTestHelper.h
Tests/UnitTestHelper.cpp
Tests/ActorHelper.h
Tests/ActorHelper.cpp
Tests/TriangleInputHelper.h
Tests/TriangleInputHelper.cpp
Tests/System/ClothSystemTest.cpp
Tests/System/ClothTest.cpp
Tests/System/FabricCookerTest.cpp
Tests/System/FactoryTest.cpp
Tests/System/SolverTest.cpp
Tests/System/NvTypesTest.cpp
Tests/System/TangentSpaceHelperTest.cpp
Tests/Components/ClothComponentTest.cpp
Tests/Components/ClothComponentMesh/ClothComponentMeshTest.cpp
Tests/Components/ClothComponentMesh/ActorClothCollidersTest.cpp
Tests/Components/ClothComponentMesh/ActorClothSkinningTest.cpp
Tests/Components/ClothComponentMesh/ClothConstraintsTest.cpp
Tests/Utils/ActorAssetHelperTest.cpp
)