summaryrefslogtreecommitdiffstats
path: root/CMakeScripts/InstallMSYS2.cmake
diff options
context:
space:
mode:
authorEduard Braun <eduard.braun2@gmx.de>2017-05-14 16:00:58 +0000
committerEduard Braun <eduard.braun2@gmx.de>2017-05-14 16:00:58 +0000
commitc222a986219d10890555ae21b60f4d2a6c9f3ec3 (patch)
tree19d2f409dea36e5ed4e2200c6d62f7462af75fe7 /CMakeScripts/InstallMSYS2.cmake
parentcmake: Store defauklt CMAKE_INSTALL_PREFIX to cache, otherwise it will be los... (diff)
downloadinkscape-c222a986219d10890555ae21b60f4d2a6c9f3ec3.tar.gz
inkscape-c222a986219d10890555ae21b60f4d2a6c9f3ec3.zip
cmake/MSYS2: Install translations for glib (required for help output on console)
(bzr r15693)
Diffstat (limited to '')
-rw-r--r--CMakeScripts/InstallMSYS2.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeScripts/InstallMSYS2.cmake b/CMakeScripts/InstallMSYS2.cmake
index a5d451a88..ec2cd0a14 100644
--- a/CMakeScripts/InstallMSYS2.cmake
+++ b/CMakeScripts/InstallMSYS2.cmake
@@ -140,6 +140,7 @@ if(WIN32)
install(DIRECTORY ${MINGW_PATH}/share/locale
DESTINATION share
FILES_MATCHING
+ PATTERN "*glib20.mo"
PATTERN "*gtk30.mo"
PATTERN "*gtkspell3.mo")