summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorSlávek Banko <[email protected]>2018-12-28 16:54:11 +0100
committerSlávek Banko <[email protected]>2018-12-28 16:54:11 +0100
commitb08de46014aeb5a54817dfcb7660e41a495ab911 (patch)
tree8c2785e25c7c36e6a3bc688b316972aad83020e6 /CMakeL10n.txt
parent0050e0567e986273d93629e9e6ba16307ea2dd9c (diff)
downloadknemo-b08de46014aeb5a54817dfcb7660e41a495ab911.tar.gz
knemo-b08de46014aeb5a54817dfcb7660e41a495ab911.zip
Add CMakeL10n rules.
Create translation template. Signed-off-by: Slávek Banko <[email protected]>
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt23
1 files changed, 23 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
new file mode 100644
index 0000000..a525b71
--- /dev/null
+++ b/CMakeL10n.txt
@@ -0,0 +1,23 @@
+#################################################
+#
+# (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 )
+
+
+##### create translation templates ##############
+
+tde_l10n_auto_add_subdirectories( )