Skip to content

Commit

Permalink
fix source name
Browse files Browse the repository at this point in the history
  • Loading branch information
Aron Svastits committed Oct 24, 2023
1 parent d782865 commit 4afe742
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kuka_driver_examples/eci_demo/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -29,15 +29,15 @@ ament_target_dependencies(moveit_basic_planners_example
moveit_visual_tools
)

add_executable(moveit_palletizing_example src/MoveitPalletizingExample.cpp)
ament_target_dependencies(moveit_palletizing_example
add_executable(moveit_depalletizing_example src/MoveitDepalletizingExample.cpp)
ament_target_dependencies(moveit_depalletizing_example
moveit_ros_planning_interface
rclcpp
rviz_visual_tools
moveit_visual_tools
)

install(TARGETS moveit_basic_planners_example moveit_palletizing_example
install(TARGETS moveit_basic_planners_example moveit_depalletizing_example
EXPORT export_${PROJECT_NAME}
DESTINATION lib/${PROJECT_NAME}
)
Expand Down

0 comments on commit 4afe742

Please sign in to comment.