summaryrefslogtreecommitdiffstats
path: root/CMakeL10n.txt
diff options
context:
space:
mode:
authorgregory guy <g-gregory@gmx.fr>2018-12-19 12:15:31 +0100
committergregory guy <g-gregory@gmx.fr>2018-12-19 12:15:31 +0100
commite4a719c080c3d26387a3288815eb20c164c3ed37 (patch)
tree645746dc91a2bfe7f08f673e905f237bbd31aa74 /CMakeL10n.txt
parent0a29042c7db36952e5eb3c01a34ee723fdb8f863 (diff)
downloadpotracegui-e4a719c080c3d26387a3288815eb20c164c3ed37.tar.gz
potracegui-e4a719c080c3d26387a3288815eb20c164c3ed37.zip
conversion to the cmake building system
Signed-off-by: gregory guy <g-gregory@gmx.fr>
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( )