Skip to content
Snippets Groups Projects
Commit 58685292 authored by Florent Lamiraux's avatar Florent Lamiraux
Browse files

Install executables.

  It seems that everybody is still using the old style ROS build system...
parent 63e5cf75
No related branches found
No related tags found
No related merge requests found
......@@ -153,5 +153,12 @@ target_link_libraries(geometric_simu ${Boost_LIBRARIES})
add_subdirectory(src)
#install ros executables
install(PROGRAMS
${CMAKE_SOURCE_DIR}/scripts/robot_pose_publisher
${CMAKE_SOURCE_DIR}/scripts/run_command
${CMAKE_SOURCE_DIR}/scripts/tf_publisher
DESTINATION ${CATKIN_PACKAGE_BIN_DESTINATION}
)
SETUP_PROJECT_FINALIZE()
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