install manifest.xml
This commit is contained in:
parent
b3c8c6016f
commit
e367732039
|
@ -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
|
||||
)
|
||||
|
|
Loading…
Reference in New Issue