817f8ce4c1
* CHanges to Push/Pop Matrix Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed bad commit Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * REmoved the AxisAlignedBoxShapeComponentBux and AxisAlignedBoxShapeConfig Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed derivation of AxisAlignedBoxShape Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Added ShowChildrenOnly to Component Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed cmake file Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Changes from review Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Added tests for AxisAlignedBoxShape Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Addressed PR comments and added one further test. Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Removed dead code. Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Changes from review Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Spelling fix and changed link to docs Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed profile bug in Linux Signed-off-by: John Jones-Steele <jjjoness@amazon.com> * Fixed problem with Unity Profile Build in Tests Signed-off-by: John Jones-Steele <jjjoness@amazon.com>
29 lines
822 B
CMake
29 lines
822 B
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/AudioComponentTests.cpp
|
|
Tests/AxisAlignedBoxShapeTest.cpp
|
|
Tests/BoxShapeTest.cpp
|
|
Tests/BundlingSystemComponentTests.cpp
|
|
Tests/SphereShapeTest.cpp
|
|
Tests/CylinderShapeTest.cpp
|
|
Tests/CapsuleShapeTest.cpp
|
|
Tests/PolygonPrismShapeTest.cpp
|
|
Tests/QuadShapeTest.cpp
|
|
Tests/TubeShapeTest.cpp
|
|
Tests/LmbrCentralReflectionTest.h
|
|
Tests/LmbrCentralReflectionTest.cpp
|
|
Tests/LmbrCentralTest.cpp
|
|
Tests/ShapeGeometryUtilTest.cpp
|
|
Tests/SpawnerComponentTest.cpp
|
|
Tests/SplineComponentTests.cpp
|
|
Tests/DiskShapeTest.cpp
|
|
Source/LmbrCentral.cpp
|
|
)
|