Skip to content
This repository was archived by the owner on Oct 17, 2025. It is now read-only.

Commit 0521c13

Browse files
mergify[bot]AdrianZwahcorde
authored
Export all dependencies (#183) (#184)
The ament_export_dependencies exports dependencies to downstream packages. This is necessary so that the user of the library does not have to call find_package for those dependencies. (cherry picked from commit 47255ae) Co-authored-by: Adrian Zwiener <[email protected]> Co-authored-by: Alejandro Hernández Cordero <[email protected]>
1 parent 49ad216 commit 0521c13

File tree

1 file changed

+12
-2
lines changed

1 file changed

+12
-2
lines changed

gazebo_ros2_control/CMakeLists.txt

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,18 @@ ament_export_include_directories(
6262
include
6363
)
6464

65-
ament_export_dependencies(ament_cmake)
66-
ament_export_dependencies(rclcpp)
65+
ament_export_dependencies(
66+
ament_cmake
67+
angles
68+
controller_manager
69+
gazebo_dev
70+
gazebo_ros
71+
hardware_interface
72+
pluginlib
73+
rclcpp
74+
yaml_cpp_vendor
75+
)
76+
6777
ament_export_libraries(
6878
${PROJECT_NAME}
6979
gazebo_hardware_plugins

0 commit comments

Comments
 (0)