Skip to content
Snippets Groups Projects
Commit 3b3a722c authored by ktossell's avatar ktossell
Browse files

Merge pull request #6 from v4hn/package-bin

install camera_node into the packages bin path
parents a624a9db 09a8f603
No related branches found
No related tags found
No related merge requests found
...@@ -38,5 +38,5 @@ add_dependencies(libuvc_camera_nodelet ${PROJECT_NAME}_gencfg) ...@@ -38,5 +38,5 @@ add_dependencies(libuvc_camera_nodelet ${PROJECT_NAME}_gencfg)
install(TARGETS camera_node libuvc_camera_nodelet install(TARGETS camera_node libuvc_camera_nodelet
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION} LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION} RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
) )
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment