diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2016-09-18 20:59:45 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2016-09-18 20:59:45 +0200 |
commit | 3f7006b6807add37a3de957c525600a31424a498 (patch) | |
tree | c0a1c00a80c3ec28c7f38da2e5e91ff6e3a385be /po | |
parent | 3fbf943ee75e74a85c489508303987cfd5f8ea01 (diff) | |
download | tellico-3f7006b6807add37a3de957c525600a31424a498.tar.gz tellico-3f7006b6807add37a3de957c525600a31424a498.zip |
Initial cmake conversion
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 15 |
1 files changed, 11 insertions, 4 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt index 6b60c4a..6befcef 100644 --- a/po/CMakeLists.txt +++ b/po/CMakeLists.txt @@ -1,5 +1,12 @@ -file(GLOB _po_files *.po) - -#GETTEXT_CREATE_TRANSLATIONS(tellico.pot ALL ${_po_files} ) - +################################################# +# +# (C) 2016 Slávek Banko +# slavek (DOT) banko (AT) axis.cz +# +# Improvements and feedback are welcome +# +# This file is released under GPL >= 2 +# +################################################# +tde_create_translation( LANG auto OUTPUT_NAME tellico ) |