From 46821d2e492816f63a2a587ad499b2a6920b5a2d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C5=99emysl=20Janouch?= Date: Mon, 25 Jun 2018 03:05:52 +0200 Subject: Remember to install icons on Windows --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 3769430..fdf1ece 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -353,6 +353,11 @@ if (WIN32) DESTINATION share/glib-2.0 FILES_MATCHING PATTERN "org.gtk.Settings.*") + install (FILES + ${WIN32_DEPENDS_PATH}/share/icons/hicolor/index.theme + DESTINATION share/icons/hicolor) + install (DIRECTORY share/icons DESTINATION share) + # Avoid partial translations file (GLOB locales ${WIN32_DEPENDS_PATH}/share/locale/*) foreach (locale ${locales}) -- cgit v1.2.3