Skip to content

Commit

Permalink
fix for issue #3 - installing video_recorder_nodelet and launch and t…
Browse files Browse the repository at this point in the history
…rajectories directories to enable cinematographer to run in install mode
  • Loading branch information
razlaw committed Aug 22, 2019
1 parent 48ac05a commit 51fc022
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
7 changes: 6 additions & 1 deletion rviz_cinematographer_gui/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,12 @@ install(FILES plugin.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)


install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
install(DIRECTORY trajectories
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)


# Dummy target for IDE's
Expand Down
11 changes: 11 additions & 0 deletions video_recorder/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,17 @@ add_dependencies(${PROJECT_NAME}_nodelet
${catkin_EXPORTED_TARGETS}
)

install(FILES nodelet_plugins.xml
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
install(TARGETS ${PROJECT_NAME}_nodelet
RUNTIME DESTINATION ${CATKIN_GLOBAL_BIN_DESTINATION}
ARCHIVE DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
LIBRARY DESTINATION ${CATKIN_PACKAGE_LIB_DESTINATION}
)
install(DIRECTORY launch
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

# Dummy target for IDE's
FILE(GLOB_RECURSE all_headers_for_ides
Expand Down

0 comments on commit 51fc022

Please sign in to comment.