install manifest

This commit is contained in:
Ken Conley 2012-01-06 02:22:26 +00:00
parent e367732039
commit 5e1bb7665a
1 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,9 @@
cmake_minimum_required(VERSION 2.8)
project(roscreate)
install(FILES manifest.xml
DESTINATION share/roscreate
)
install(DIRECTORY templates/
DESTINATION share/roscreate
)