| 1234567891011121314151617 |
- # Copyright (c) Contributors to the Open 3D Engine Project.
- # For complete copyright and license terms please see the LICENSE at the root of this distribution.
- #
- # SPDX-License-Identifier: Apache-2.0 OR MIT
- set(FILES
- Source/Clients/ROS2SystemComponent.cpp
- Source/Clients/ROS2SystemComponent.h
- Source/Frame/ROS2FrameComponent.cpp
- Source/Frame/ROS2Transform.cpp
- Source/ROS2ModuleInterface.cpp
- Source/ROS2ModuleInterface.h
- Source/Sensor/Events/PhysicsBasedSource.cpp
- Source/Sensor/Events/TickBasedSource.cpp
- Source/Frame/NamespaceComputation.cpp
- Source/Frame/NamespaceComputation.h
- )
|