cmake: install www directories

This commit is contained in:
Oleg Kalachev
2021-06-17 23:42:33 +03:00
parent 9fbfcfbd2e
commit e76618bd3b
2 changed files with 4 additions and 0 deletions

View File

@@ -270,6 +270,8 @@ install(DIRECTORY launch DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
install(DIRECTORY examples DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
install(DIRECTORY www DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
# TODO: install www
# Only install udev rules when building a Debian package

View File

@@ -78,6 +78,8 @@ install(DIRECTORY programs
DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}
)
install(DIRECTORY www DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION})
#############
## Testing ##
#############