rosrun is now part of rosbash
This commit is contained in:
parent
c0cefdea0d
commit
4ddb3dbf76
|
@ -1,4 +1,6 @@
|
||||||
cmake_minimum_required(VERSION 2.8)
|
cmake_minimum_required(VERSION 2.8)
|
||||||
project(rosbash)
|
project(rosbash)
|
||||||
install(FILES manifest.xml rosbash rostcsh roszsh
|
install(FILES rosbash rostcsh roszsh
|
||||||
DESTINATION share/ros/rosbash)
|
DESTINATION share/ros/rosbash)
|
||||||
|
install(PROGRAMS bin/rosrun
|
||||||
|
DESTINATION bin)
|
||||||
|
|
Loading…
Reference in New Issue