1
0
mirror of https://gitlab.com/obbart/universal_robots_ros_driver.git synced 2026-04-10 18:10:47 +02:00

Add install targets

This commit is contained in:
Simon Jansen
2015-10-16 13:27:42 +02:00
parent 644ea2491c
commit c18ff438ca

View File

@@ -174,6 +174,15 @@ target_link_libraries(ur_driver
## Install ## ## Install ##
############# #############
install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
## Mark executables and/or libraries for installation
install(TARGETS ur_driver ur_hardware_interface
# ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
# all install targets should use catkin DESTINATION variables # all install targets should use catkin DESTINATION variables
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html # See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html