2065225099
* Fixed LodRuleBehavior using wrong loop index Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Add unit test for LOD auto-add crash Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Fix macro usage Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com> * Fix include Signed-off-by: amzn-mike <80125227+amzn-mike@users.noreply.github.com>
17 lines
473 B
CMake
17 lines
473 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/TestsMain.cpp
|
|
Tests/GraphData/MeshDataTests.cpp
|
|
Tests/GraphData/MeshDataPrimitiveUtilsTests.cpp
|
|
Tests/GraphData/GraphDataBehaviorTests.cpp
|
|
Tests/GraphData/RulesTests.cpp
|
|
Tests/SceneManifest/SceneManifestRuleTests.cpp
|
|
)
|