diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 19:45:28 +0100 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2018-12-15 19:45:31 +0100 |
commit | 72b5adf49ccd012414f2758e0427639ee926e9b2 (patch) | |
tree | 1771b2fd3f08c600679fbf60ebb80dd1e7ae57eb /libtdepim/CMakeL10n.txt | |
parent | 1a74f3754c4f264525174b20baa58968cf93726f (diff) | |
download | tdepim-72b5adf49ccd012414f2758e0427639ee926e9b2.tar.gz tdepim-72b5adf49ccd012414f2758e0427639ee926e9b2.zip |
Add CMakeL10n rules.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Diffstat (limited to 'libtdepim/CMakeL10n.txt')
-rw-r--r-- | libtdepim/CMakeL10n.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/libtdepim/CMakeL10n.txt b/libtdepim/CMakeL10n.txt new file mode 100644 index 00000000..b7519756 --- /dev/null +++ b/libtdepim/CMakeL10n.txt @@ -0,0 +1,10 @@ +##### create translation templates ############## + +tde_l10n_create_template( + CATALOG "libtdepim" + SOURCES + "." + "../libemailfunctions" + "../libkpimidentities" + EXCLUDES "(^|/)tests/" +) |