diff options
Diffstat (limited to 'po')
-rw-r--r-- | po/CMakeLists.txt | 4 |
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 |