Skip to content

Commit

Permalink
hector_gazebo_worlds: added missing install rule
Browse files Browse the repository at this point in the history
  • Loading branch information
Johannes Meyer committed Nov 18, 2013
1 parent 366013c commit 1846864
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions hector_gazebo_worlds/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,3 +21,19 @@ catkin_package(
INCLUDE_DIRS
LIBRARIES
)

#############
## Install ##
#############

# all install targets should use catkin DESTINATION variables
# See http://ros.org/doc/api/catkin/html/adv_user_guide/variables.html

# Mark other files for installation (e.g. launch and bag files, etc.)
install(DIRECTORY
launch
maps
Media
worlds
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)

0 comments on commit 1846864

Please sign in to comment.