summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-12-19 12:15:31 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-19 23:25:26 +0100
commitb7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd (patch)
treeb0d9449623b6b81deb387ffb1f58fab41590834f /CMakeL10n.txt
parent639cb9bec8017e764a3b952757f13283fb1d8039 (diff)
downloadpotracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.tar.gz
potracegui-b7d8667d4d574ef78bc2ec6a63fb9b59c6bc0fcd.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr> (cherry picked from commit e4a719c080c3d26387a3288815eb20c164c3ed37)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r--CMakeL10n.txt25
1 files changed, 25 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt
new file mode 100644
index 0000000..9699654
--- /dev/null
+++ b/CMakeL10n.txt
@@ -0,0 +1,25 @@
+#################################################
+#
+# (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( )