From 1f2f1653b9f132071f435ac904b880cb4ae3ca32 Mon Sep 17 00:00:00 2001 From: Charles Kerr Date: Wed, 16 Jul 2014 18:29:24 -0500 Subject: add po/CMakeLists.txt --- po/CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 po/CMakeLists.txt (limited to 'po/CMakeLists.txt') 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/) -- cgit v1.2.3