From e3d5176caef832b5461210939a31b2ff6f7e0659 Mon Sep 17 00:00:00 2001 From: Henrik Hautakoski Date: Fri, 24 Apr 2020 17:50:38 +0200 Subject: [PATCH] CMake: install gui/README.md --- gui/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/gui/CMakeLists.txt b/gui/CMakeLists.txt index ce70fca..6e35e94 100644 --- a/gui/CMakeLists.txt +++ b/gui/CMakeLists.txt @@ -67,6 +67,11 @@ install(FILES ${PROJECT_LICENSE_FILE} COMPONENT gui RENAME LICENSE.gui) +install(FILES README.md + DESTINATION ${CMAKE_INSTALL_SHAREDIR} + COMPONENT gui + RENAME README.gui.md) + # -------------------------------- # Package # --------------------------------