lmbrcentral_editor_tests_files.cmake 925 B

123456789101112131415161718192021222324252627282930
  1. #
  2. # Copyright (c) Contributors to the Open 3D Engine Project.
  3. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  4. #
  5. # SPDX-License-Identifier: Apache-2.0 OR MIT
  6. #
  7. #
  8. set(FILES
  9. LmbrCentralEditorTest.cpp
  10. LmbrCentralReflectionTest.h
  11. EditorComponentIntersectionTests.cpp
  12. EditorAxisAlignedBoxShapeComponentTests.cpp
  13. EditorBoxShapeComponentTests.cpp
  14. EditorSphereShapeComponentTests.cpp
  15. EditorCapsuleShapeComponentTests.cpp
  16. EditorCompoundShapeComponentTests.cpp
  17. EditorCylinderShapeComponentTests.cpp
  18. EditorPolygonPrismShapeComponentTests.cpp
  19. EditorShapeTestUtils.cpp
  20. EditorShapeTestUtils.h
  21. EditorTubeShapeComponentTests.cpp
  22. SpawnerComponentTest.cpp
  23. Builders/CopyDependencyBuilderTest.cpp
  24. Builders/SliceBuilderTests.cpp
  25. Builders/LuaBuilderTests.cpp
  26. ../Source/LmbrCentral.cpp
  27. ../Source/LmbrCentralEditor.cpp
  28. )