Skip to content

Commit

Permalink
Install shared object.
Browse files Browse the repository at this point in the history
  • Loading branch information
florent-lamiraux authored and lucasw committed Oct 4, 2019
1 parent 00b20d7 commit 3f0ad2a
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,12 @@ target_link_libraries(rviz_camera_stream
${QT_LIBRARIES}
)

install (TARGETS rviz_camera_stream
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
RUNTIME DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)

# install
install(FILES
plugin_description.xml
Expand Down

0 comments on commit 3f0ad2a

Please sign in to comment.