summaryrefslogtreecommitdiff
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100644
index 00000000..1c634a89
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1,4 @@
+FIND_PACKAGE(Gettext REQUIRED)
+
+FILE(GLOB POFILES *.po)
+GETTEXT_CREATE_TRANSLATIONS(tmw.pot ${POFILES}) \ No newline at end of file