| 12345678910111213141516171819202122 |
- # 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
- Source/Tools/NamedPoseManagerEditor.cpp
- Source/Tools/NamedPoseManagerEditor.h
- Source/Tools/SimulationManagerEditor.cpp
- Source/Tools/SimulationManagerEditor.h
- Source/Tools/SimulationEntitiesManagerEditor.cpp
- Source/Tools/SimulationEntitiesManagerEditor.h
- Source/Tools/SimulationFeaturesAggregatorEditor.cpp
- Source/Tools/SimulationFeaturesAggregatorEditor.h
- Source/Tools/LevelManagerEditor.cpp
- Source/Tools/LevelManagerEditor.h
- Source/Tools/ROS2SimulationInterfacesEditorSystemComponent.cpp
- Source/Tools/ROS2SimulationInterfacesEditorSystemComponent.h
- Source/Components/NamedPoseEditorComponent.cpp
- Source/Components/NamedPoseEditorComponent.h
- )
|