ros2_editor_private_files.cmake 642 B

12345678910111213141516
  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. set(FILES
  6. Source/Frame/ROS2FrameSystemComponent.cpp
  7. Source/Frame/ROS2FrameSystemComponent.h
  8. Source/Frame/ROS2FrameSystemBus.h
  9. Source/Spawner/ROS2SpawnerEditorComponent.cpp
  10. Source/Spawner/ROS2SpawnerEditorComponent.h
  11. Source/Spawner/ROS2SpawnPointEditorComponent.cpp
  12. Source/Spawner/ROS2SpawnPointEditorComponent.h
  13. Source/Tools/ROS2EditorSystemComponent.cpp
  14. Source/Tools/ROS2EditorSystemComponent.h
  15. )