summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-31 15:09:38 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-31 15:09:39 +0100
commit485325be1bd947153afea451d44cad4fb0c94c81 (patch)
tree3da15b2372a31eddd8c6dd3d60d47e9a6c7c7ec4 /CMakeL10n.txt
parent3bda3e2dc41e05846902d1f7660a79177f2e5984 (diff)
downloadtdeartwork-485325be1bd947153afea451d44cad4fb0c94c81.tar.gz
tdeartwork-485325be1bd947153afea451d44cad4fb0c94c81.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt28
1 files changed, 28 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
new file mode 100644
index 00000000..391b6be4
--- /dev/null
+++ b/CMakeL10n.txt
@@ -0,0 +1,28 @@
+#################################################
+#
+# (C) 2018 Slávek Banko
+# slavek.banko (AT) axis.cz
+#
+# Improvements and feedback are welcome
+#
+# This file is released under GPL >= 2
+#
+#################################################
+
+cmake_minimum_required( VERSION 2.8 )
+
+
+##### include our cmake modules #################
+
+set( CMAKE_MODULE_PATH "${CMAKE_SOURCE_DIR}/cmake/modules" )
+include( TDEL10n )
+
+
+##### set directory for POT files ###############
+
+set( POT_SOURCE_DIR "${CMAKE_CURRENT_SOURCE_DIR}/../tde-i18n/template/messages/tdeartwork" )
+
+
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )