summaryrefslogtreecommitdiffstats
path: root/po/CMakeLists.txt
diff options
context:
space:
mode:
authorSlávek Banko <slavek.banko@axis.cz>2018-12-10 19:33:14 +0100
committerSlávek Banko <slavek.banko@axis.cz>2018-12-10 20:17:51 +0100
commit9ff0bfc84d41af3f0ecfafd789e2f7ebd0a23df7 (patch)
tree3765567a9183f76c2f755ec2110f8d88aad77b62 /po/CMakeLists.txt
parent667222c4d4b53800adf94734c11ac3ea081d6212 (diff)
downloadkpicosim-9ff0bfc84d41af3f0ecfafd789e2f7ebd0a23df7.tar.gz
kpicosim-9ff0bfc84d41af3f0ecfafd789e2f7ebd0a23df7.zip
Add CMakeL10n rules.
Create translation template. Add CMake rules to build translations. Signed-off-by: Slávek Banko <slavek.banko@axis.cz> (cherry picked from commit fdd508d2999441099da89dddedd98bde036e82a7)
Diffstat (limited to 'po/CMakeLists.txt')
-rw-r--r--po/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/po/CMakeLists.txt b/po/CMakeLists.txt
new file mode 100644
index 0000000..f5a2e1b
--- /dev/null
+++ b/po/CMakeLists.txt
@@ -0,0 +1 @@
+tde_create_translation( LANG auto OUTPUT_NAME ${PROJECT_NAME} )