ros2_shared_api_files.cmake 622 B

1234567891011121314151617
  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/ROS2SystemComponent.cpp
  7. Source/Clients/ROS2SystemComponent.h
  8. Source/Frame/ROS2FrameComponent.cpp
  9. Source/Frame/ROS2Transform.cpp
  10. Source/ROS2ModuleInterface.cpp
  11. Source/ROS2ModuleInterface.h
  12. Source/Sensor/Events/PhysicsBasedSource.cpp
  13. Source/Sensor/Events/TickBasedSource.cpp
  14. Source/Frame/NamespaceComputation.cpp
  15. Source/Frame/NamespaceComputation.h
  16. )