From e76618bd3b549407a4815faac1ff3e4aedc3cdd7 Mon Sep 17 00:00:00 2001 From: Oleg Kalachev Date: Thu, 17 Jun 2021 23:42:33 +0300 Subject: [PATCH] cmake: install www directories --- clover/CMakeLists.txt | 2 ++ clover_blocks/CMakeLists.txt | 2 ++ 2 files changed, 4 insertions(+) diff --git a/clover/CMakeLists.txt b/clover/CMakeLists.txt index 282c19f9..05178fec 100644 --- a/clover/CMakeLists.txt +++ b/clover/CMakeLists.txt @@ -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 diff --git a/clover_blocks/CMakeLists.txt b/clover_blocks/CMakeLists.txt index 33636cbc..5b2088ce 100644 --- a/clover_blocks/CMakeLists.txt +++ b/clover_blocks/CMakeLists.txt @@ -78,6 +78,8 @@ install(DIRECTORY programs DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION} ) +install(DIRECTORY www DESTINATION ${CATKIN_PACKAGE_SHARE_DESTINATION}) + ############# ## Testing ## #############