File tree Expand file tree Collapse file tree 2 files changed +4
-1
lines changed
Expand file tree Collapse file tree 2 files changed +4
-1
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,7 @@ target_link_libraries(${PROJECT_NAME} PUBLIC
3030 ${std_msgs_TARGETS}
3131 pluginlib::pluginlib
3232 rclcpp::rclcpp
33+ rclcpp_components::component
3334)
3435target_compile_definitions (${PROJECT_NAME}
3536 PRIVATE "DIAGNOSTIC_AGGREGATOR_BUILDING_DLL" )
Original file line number Diff line number Diff line change 2424 <build_depend >pluginlib</build_depend >
2525 <build_depend >rcl_interfaces</build_depend >
2626 <build_depend >rclcpp</build_depend >
27+ <build_depend >rclcpp_components</build_depend >
2728 <build_depend >std_msgs</build_depend >
2829
29- <depend >rclcpp_components</depend >
3030 <depend >rclpy</depend >
31+
32+ <exec_depend >rclcpp_components</exec_depend >
3133
3234 <test_depend >ament_cmake_gtest</test_depend >
3335 <test_depend >ament_cmake_pytest</test_depend >
You can’t perform that action at this time.
0 commit comments