Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/Remmina.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntenore Gatta <antenore@simbiosi.org>2019-01-05 04:37:22 +0300
committerAntenore Gatta <antenore@simbiosi.org>2019-01-05 04:37:22 +0300
commit0404f24da2578eecf0f23755f9c0feee404fb4e4 (patch)
treee9543bdc5ecf099562f4c446204ee1f4fb6de0f6 /CMakeLists.txt
parent4890306864d0b4d862d8150915373f150c7f5637 (diff)
Gtk icon cache update during install phase
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index edc51f767..7a3ee4c9f 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -50,6 +50,7 @@ set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/cmake/)
include(FindOptionalPackage)
include(ConfigOptions)
+include(GtkUpdateIconCache)
if(NOT CMAKE_BUILD_TYPE)
set(CMAKE_BUILD_TYPE "Release")