Include Grafana assets in CMake build

Signed-off-by: coleramos425 <colramos@amd.com>


[ROCm/rocprofiler-compute commit: 1767c31db9]
Tento commit je obsažen v:
coleramos425
2024-05-09 16:28:54 +00:00
odevzdal Cole Ramos
rodič b110c2e20b
revize d7d0e5bb70
+6
Zobrazit soubor
@@ -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