diff options
Diffstat (limited to 'po/mr/CMakeLists.txt')
-rw-r--r-- | po/mr/CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/po/mr/CMakeLists.txt b/po/mr/CMakeLists.txt new file mode 100644 index 0000000..90b9f69 --- /dev/null +++ b/po/mr/CMakeLists.txt @@ -0,0 +1,2 @@ +file(GLOB _po_files *.po) +GETTEXT_PROCESS_PO_FILES(mr ALL INSTALL_DESTINATION ${LOCALE_INSTALL_DIR} ${_po_files} ) |