ros2_private_files.cmake 1.1 KB

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