simulationinterfaces_editor_private_files.cmake 976 B

12345678910111213141516171819202122
  1. # Copyright (c) Contributors to the Open 3D Engine Project.
  2. # For complete copyright and license terms please see the LICENSE at the root of this distribution.
  3. #
  4. # SPDX-License-Identifier: Apache-2.0 OR MIT
  5. #
  6. set(FILES
  7. Source/Tools/NamedPoseManagerEditor.cpp
  8. Source/Tools/NamedPoseManagerEditor.h
  9. Source/Tools/SimulationManagerEditor.cpp
  10. Source/Tools/SimulationManagerEditor.h
  11. Source/Tools/SimulationEntitiesManagerEditor.cpp
  12. Source/Tools/SimulationEntitiesManagerEditor.h
  13. Source/Tools/SimulationFeaturesAggregatorEditor.cpp
  14. Source/Tools/SimulationFeaturesAggregatorEditor.h
  15. Source/Tools/LevelManagerEditor.cpp
  16. Source/Tools/LevelManagerEditor.h
  17. Source/Tools/ROS2SimulationInterfacesEditorSystemComponent.cpp
  18. Source/Tools/ROS2SimulationInterfacesEditorSystemComponent.h
  19. Source/Components/NamedPoseEditorComponent.cpp
  20. Source/Components/NamedPoseEditorComponent.h
  21. )