aboutsummaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorCharles Kerr <charles.kerr@canonical.com>2013-03-23 16:25:21 -0500
committerCharles Kerr <charles.kerr@canonical.com>2013-03-23 16:25:21 -0500
commit78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166 (patch)
treefdff26faf161227f20e69f672803a772b21ffef9 /po/CMakeLists.txt
parentca4b40ade7f432d98c21ac499a0de63244b1c3cc (diff)
downloadayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.tar.gz
ayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.tar.bz2
ayatana-indicator-session-78e8c39d7fb8cb50b7a3cf3cca088f2b5e433166.zip
Add Translations.cmake for i18n files
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100644
index 0000000..8325f6e
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1,3 @@
+include (Translations)
+add_translations_directory ("${GETTEXT_PACKAGE}")
+add_translations_catalog ("${GETTEXT_PACKAGE}" ../src/)