diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 21:54:28 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2021-08-18 22:05:15 +0200 |
commit | 518da4b28d005bcc78138d251165cb9eeae6a79e (patch) | |
tree | 06500e44da41d5b1bf9b65bb38556a102895cbaa /CMakeL10n.txt | |
parent | 64f579752800dde6c3866f8052f46e96c1fe94af (diff) | |
download | kuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.tar.gz kuickshow-518da4b28d005bcc78138d251165cb9eeae6a79e.zip |
Drop automake build support.
Rework of the README file.
Add basic cmake build instructions.
Add CMakeL10n rules for desktop file.
Use common rules for build and install documentation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
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..b0a9e7e --- /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_l10n_auto_add_subdirectories() |