rosrun is now part of rosbash

This commit is contained in:
Ken Conley 2012-01-06 21:44:01 +00:00
parent c0cefdea0d
commit 4ddb3dbf76
2 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
cmake_minimum_required(VERSION 2.8)
project(rosbash)
install(FILES manifest.xml rosbash rostcsh roszsh
install(FILES rosbash rostcsh roszsh
DESTINATION share/ros/rosbash)
install(PROGRAMS bin/rosrun
DESTINATION bin)