diff options
author | Charles Kerr <charles.kerr@canonical.com> | 2013-10-18 14:22:54 -0500 |
---|---|---|
committer | Charles Kerr <charles.kerr@canonical.com> | 2013-10-18 14:22:54 -0500 |
commit | 62d01fc8749606d8fc4614d897044462a6d703fc (patch) | |
tree | eaf3165deadf86420b9256c3055220315c9d419e /po | |
parent | 99f3bc0685f85744081eefa0c22d9f7c5b13f327 (diff) | |
download | ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.tar.gz ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.tar.bz2 ayatana-indicator-datetime-62d01fc8749606d8fc4614d897044462a6d703fc.zip |
replace autotools with cmake
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt new file mode 100644 index 0000000..37a0a05 --- /dev/null +++ b/po/CMakeLists.txt @@ -0,0 +1,3 @@ +include (Translations) +add_translations_directory ("${GETTEXT_PACKAGE}") +add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/ ../panel) |