diff options
author | Slávek Banko <[email protected]> | 2018-11-25 02:03:27 +0100 |
---|---|---|
committer | Slávek Banko <[email protected]> | 2018-11-30 02:07:18 +0100 |
commit | 25a9a374220cbd2286165a576ea00864533cf4e2 (patch) | |
tree | d4b953ca263c7fb93116f6b5d44b40a26b105e93 /CMakeL10n.txt | |
parent | dd798e26d454b8f0873f9a9dfa1ad1a03a6d82dc (diff) | |
download | abakus-25a9a374220cbd2286165a576ea00864533cf4e2.tar.gz abakus-25a9a374220cbd2286165a576ea00864533cf4e2.zip |
Add CMakeL10n rules.
Create translation template.
Signed-off-by: Slávek Banko <[email protected]>
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( ) |