ros2_private_files.cmake 1.1 KB

1234567891011121314151617181920212223242526
  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/ROS2ModuleInterface.cpp
  7. Source/ROS2ModuleInterface.h
  8. ../Assets/Passes/PipelineRenderToTextureROSColor.pass
  9. ../Assets/Passes/PipelineRenderToTextureROSDepth.pass
  10. ../Assets/Passes/PipelineROSColor.pass
  11. ../Assets/Passes/PipelineROSDepth.pass
  12. ../Assets/Passes/ROSPassTemplates.azasset
  13. Source/SimulationUtils/FollowingCameraConfiguration.cpp
  14. Source/SimulationUtils/FollowingCameraConfiguration.h
  15. Source/SimulationUtils/FollowingCameraComponent.cpp
  16. Source/SimulationUtils/FollowingCameraComponent.h
  17. Source/Spawner/ROS2SpawnerComponent.cpp
  18. Source/Spawner/ROS2SpawnerComponent.h
  19. Source/Spawner/ROS2SpawnPointComponent.cpp
  20. Source/Spawner/ROS2SpawnPointComponent.h
  21. Source/Spawner/ROS2SpawnerComponentController.cpp
  22. Source/Spawner/ROS2SpawnerComponentController.h
  23. Source/Spawner/ROS2SpawnPointComponentController.cpp
  24. Source/Spawner/ROS2SpawnPointComponentController.h
  25. )