38261d0800
* Updated all copyright headers to split the longer original copyright line into 2 shorter lines Signed-off-by: Steve Pham <spham@amazon.com>
32 lines
1.0 KiB
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
|
|
)
|