2
0

ros2_shared_api_files.cmake 1.0 KB

123456789101112131415161718192021222324252627
  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/Clients/ROS2Module.cpp
  7. Source/Clients/ROS2SystemComponent.cpp
  8. Source/Clients/ROS2SystemComponent.h
  9. Source/Clock/ROS2Clock.cpp
  10. Source/Clock/ROS2TimeSource.cpp
  11. Source/Clock/SimulationTimeSource.cpp
  12. Source/Clock/RealTimeSource.cpp
  13. Source/Communication/QoS.cpp
  14. Source/Communication/PublisherConfiguration.cpp
  15. Source/Communication/TopicConfiguration.cpp
  16. Source/Frame/NamespaceConfiguration.cpp
  17. Source/Frame/ROS2FrameComponent.cpp
  18. Source/Frame/ROS2FrameConfiguration.cpp
  19. Source/Frame/ROS2FrameEditorComponent.cpp
  20. Source/Frame/ROS2Transform.cpp
  21. Source/Sensor/Events/PhysicsBasedSource.cpp
  22. Source/Sensor/Events/TickBasedSource.cpp
  23. Source/Utilities/ROS2Conversions.cpp
  24. Source/Utilities/ROS2Names.cpp
  25. Source/ROS2GemUtilities.cpp
  26. )