File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -40,17 +40,18 @@ target_include_directories(
40
40
${PROJECT_NAME}
41
41
PRIVATE
42
42
include
43
+ ${dynamixel_sdk_INCLUDE_DIRS}
43
44
)
44
45
45
- ament_target_dependencies(
46
- ${PROJECT_NAME}
47
- hardware_interface
48
- pluginlib
49
- rclcpp
50
- dynamixel_sdk
51
- std_srvs
52
- dynamixel_interfaces
53
- realtime_tools
46
+ target_link_libraries ( ${PROJECT_NAME}
47
+ PUBLIC
48
+ hardware_interface::hardware_interface
49
+ pluginlib::pluginlib
50
+ rclcpp::rclcpp
51
+ ${dynamixel_sdk_TARGETS}
52
+ ${std_srvs_TARGETS}
53
+ ${dynamixel_interfaces_TARGETS}
54
+ ${realtime_tools_TARGETS}
54
55
)
55
56
56
57
pluginlib_export_plugin_description_file(hardware_interface dynamixel_hardware_interface_plugin.xml)
@@ -96,7 +97,6 @@ ament_export_dependencies(
96
97
pluginlib
97
98
dynamixel_sdk
98
99
dynamixel_interfaces
99
- aimbot_log_interfaces
100
100
)
101
101
102
102
ament_package()
You can’t perform that action at this time.
0 commit comments