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