From da339701474848499dafa41eaaa1a79be5f1de46 Mon Sep 17 00:00:00 2001 From: Bernd Wachter Date: Wed, 8 Apr 2009 04:05:00 +0200 Subject: Added support for locales --- po/CMakeLists.txt | 4 ++++ 1 file changed, 4 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 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 -- cgit v1.2.3-60-g2f50