summaryrefslogtreecommitdiffstats
path: root/tdeio
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-02 16:47:00 +0100
committerTDE Gitea <gitea@mirror.git.trinitydesktop.org>2018-12-09 15:42:12 +0000
commite532d9345d1568c348ad45ffd7beb8e8a79361b7 (patch)
tree9ae1ca459330756a5f2b621f3124f6eacd2897a5 /tdeio
parent7ef585492cbe3a421bee00898b3927a88e035094 (diff)
downloadtdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.tar.gz
tdelibs-e532d9345d1568c348ad45ffd7beb8e8a79361b7.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'tdeio')
-rw-r--r--tdeio/CMakeL10n.txt8
-rw-r--r--tdeio/tdeioexec/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/tdeio/CMakeL10n.txt b/tdeio/CMakeL10n.txt
new file mode 100644
index 000000000..c25fe7c6b
--- /dev/null
+++ b/tdeio/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "tdeio"
+ SOURCES "." "../tdeioslave"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/tdeio/tdeioexec/CMakeL10n.txt b/tdeio/tdeioexec/CMakeL10n.txt
new file mode 100644
index 000000000..8efb57d56
--- /dev/null
+++ b/tdeio/tdeioexec/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "tdeioexec" )