summaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
index e0cfc325..6ae6e9e0 100644
--- a/po/CMakeLists.txt
+++ b/po/CMakeLists.txt
@@ -31,7 +31,8 @@ macro(MANA_GETTEXT_CREATE_TRANSLATIONS _potFile _firstPoFileArg)
install(
FILES ${_gmoFile}
DESTINATION ${CMAKE_INSTALL_LOCALEDIR}/${_lang}/LC_MESSAGES
- RENAME ${_potBasename}.mo)
+ RENAME ${_potBasename}.mo
+ COMPONENT Translations)
set(_gmoFiles ${_gmoFiles} ${_gmoFile})
endforeach(_currentPoFile)