diff options
author | Slávek Banko <[email protected]> | 2018-11-25 02:03:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-30 03:34:56 +0100 |
commit | 349f025810b013a6a03a0e51f3ee4294d3c4548d (patch) | |
tree | 4b80588eab1d7828151bd114982d144256e5dca2 /CMakeL10n.txt | |
parent | 7d5bacba4123b5b84726e18de28cd6fcdec0c1cd (diff) | |
download | abakus-349f025810b013a6a03a0e51f3ee4294d3c4548d.tar.gz abakus-349f025810b013a6a03a0e51f3ee4294d3c4548d.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
(cherry picked from commit 25a9a374220cbd2286165a576ea00864533cf4e2)
Diffstat (limited to 'CMakeL10n.txt')
-rw-r--r-- | CMakeL10n.txt | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/CMakeL10n.txt b/CMakeL10n.txt new file mode 100644 index 0000000..91507fa --- /dev/null +++ b/CMakeL10n.txt @@ -0,0 +1,23 @@ +################################################# +# +# (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_auto_add_l10n_subdirectories( ) |