Skip to content

Commit

Permalink
Update CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
nitish3693 authored Apr 10, 2024
1 parent 4b60d83 commit dfe0629
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extend_gripper_control/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -198,5 +198,11 @@ include_directories(
# target_link_libraries(${PROJECT_NAME}-test ${PROJECT_NAME})
# endif()


install(DIRECTORY scripts DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})

install(PROGRAMS scripts/gripper_control_robotiq.py scripts/gripper_global_variables.py
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
## Add folders to be run by python nosetests
# catkin_add_nosetests(test)

0 comments on commit dfe0629

Please sign in to comment.