install manifest.xml

This commit is contained in:
Ken Conley 2012-01-06 02:22:19 +00:00
parent b3c8c6016f
commit e367732039
1 changed files with 3 additions and 0 deletions

View File

@ -2,6 +2,9 @@ cmake_minimum_required(VERSION 2.8)
project(rosunit)
find_package(catkin)
install(FILES manifest.xml
DESTINATION share/rosunit/bin
)
install(DIRECTORY scripts
DESTINATION share/rosunit/bin
)