We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 58217ae commit b8109bbCopy full SHA for b8109bb
robotiq_3f_gripper_joint_state_publisher/CMakeLists.txt
@@ -41,3 +41,9 @@ target_link_libraries(robotiq_3f_gripper_joint_states
41
${catkin_LIBRARIES}
42
)
43
44
+install(TARGETS robotiq_3f_gripper_joint_states
45
+ ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
46
+ LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
47
+ RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
48
+)
49
+
0 commit comments