From 1767c31db954e91e4c52c01acf5b427be4ee588d Mon Sep 17 00:00:00 2001 From: coleramos425 Date: Thu, 9 May 2024 16:28:54 +0000 Subject: [PATCH] Include Grafana assets in CMake build Signed-off-by: coleramos425 --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 0338c3bb22..ccdca714de 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -312,6 +312,12 @@ install( DESTINATION ${CMAKE_INSTALL_LIBEXECDIR}/${PROJECT_NAME} COMPONENT main PATTERN "__pycache__" EXCLUDE) +# grafana assets +install( + DIRECTORY grafana + DESTINATION ${CMAKE_INSTALL_DATADIR}/${PROJECT_NAME} + COMPONENT main +) # samples install( DIRECTORY sample