summaryrefslogtreecommitdiffstats
path: root/libkcddb
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-17 04:17:48 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-17 23:28:57 +0100
commitfda0f460a95e6b4cf641681e8bcdce976fca4258 (patch)
treea46c3e6a271a30f6e9a6024fd0c6bab9da92b26b /libkcddb
parentea224b458d0035e622a982b400327d1eca12f6ba (diff)
downloadtdemultimedia-fda0f460a95e6b4cf641681e8bcdce976fca4258.tar.gz
tdemultimedia-fda0f460a95e6b4cf641681e8bcdce976fca4258.zip
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit 9f81d5707244152ad95e141a43bbbb52b9edbc85)
Diffstat (limited to 'libkcddb')
-rw-r--r--libkcddb/CMakeL10n.txt8
-rw-r--r--libkcddb/kcmcddb/CMakeL10n.txt3
2 files changed, 11 insertions, 0 deletions
diff --git a/libkcddb/CMakeL10n.txt b/libkcddb/CMakeL10n.txt
new file mode 100644
index 00000000..624ff885
--- /dev/null
+++ b/libkcddb/CMakeL10n.txt
@@ -0,0 +1,8 @@
+##### create translation templates ##############
+
+tde_l10n_create_template(
+ CATALOG "libkcddb"
+ EXCLUDES "^kcmcddb/"
+)
+
+tde_l10n_auto_add_subdirectories( )
diff --git a/libkcddb/kcmcddb/CMakeL10n.txt b/libkcddb/kcmcddb/CMakeL10n.txt
new file mode 100644
index 00000000..0115c0a4
--- /dev/null
+++ b/libkcddb/kcmcddb/CMakeL10n.txt
@@ -0,0 +1,3 @@
+##### create translation templates ##############
+
+tde_l10n_create_template( "kcmcddb" )