123456789101112131415161718192021222324252627282930 |
- #
- # 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
- LmbrCentralEditorTest.cpp
- LmbrCentralReflectionTest.h
- EditorComponentIntersectionTests.cpp
- EditorAxisAlignedBoxShapeComponentTests.cpp
- EditorBoxShapeComponentTests.cpp
- EditorSphereShapeComponentTests.cpp
- EditorCapsuleShapeComponentTests.cpp
- EditorCompoundShapeComponentTests.cpp
- EditorCylinderShapeComponentTests.cpp
- EditorPolygonPrismShapeComponentTests.cpp
- EditorShapeTestUtils.cpp
- EditorShapeTestUtils.h
- EditorTubeShapeComponentTests.cpp
- SpawnerComponentTest.cpp
- Builders/CopyDependencyBuilderTest.cpp
- Builders/SliceBuilderTests.cpp
- Builders/LuaBuilderTests.cpp
- ../Source/LmbrCentral.cpp
- ../Source/LmbrCentralEditor.cpp
- )
|