ros2_private_files.cmake 1.3 KB

123456789101112131415161718192021222324252627282930
  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. )
  16. # optional, legacy features compilation
  17. if (WITH_GAZEBO_MSGS)
  18. list(APPEND FILES
  19. Source/Spawner/ROS2SpawnerComponent.cpp
  20. Source/Spawner/ROS2SpawnerComponent.h
  21. Source/Spawner/ROS2SpawnPointComponent.cpp
  22. Source/Spawner/ROS2SpawnPointComponent.h
  23. Source/Spawner/ROS2SpawnerComponentController.cpp
  24. Source/Spawner/ROS2SpawnerComponentController.h
  25. Source/Spawner/ROS2SpawnPointComponentController.cpp
  26. Source/Spawner/ROS2SpawnPointComponentController.h
  27. )
  28. endif ()