Skip to content

Commit

Permalink
Export the IKFast library correctly (#2999)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndyZe authored Sep 14, 2024
1 parent 7426e1c commit 4229e3e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ pluginlib_export_plugin_description_file(
moveit_core _ROBOT_NAME___GROUP_NAME__moveit_ikfast_plugin_description.xml)

ament_export_targets(${PROJECT_NAME}Targets HAS_LIBRARY_TARGET)
ament_export_libraries(${IKFAST_LIBRARY_NAME})
ament_export_dependencies(moveit_core)
ament_export_dependencies(pluginlib)
ament_export_dependencies(rclcpp)
Expand Down

0 comments on commit 4229e3e

Please sign in to comment.