From 8155faa4ac0e5ac5b6e304c68d04a6df25690feb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sl=C3=A1vek=20Banko?= Date: Wed, 2 Jan 2019 02:27:18 +0100 Subject: Quanta: Change CMake rules to make tarballs for toolbars created during building. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Slávek Banko --- quanta/data/toolbars/cfml/CMakeLists.txt | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'quanta/data/toolbars/cfml/CMakeLists.txt') diff --git a/quanta/data/toolbars/cfml/CMakeLists.txt b/quanta/data/toolbars/cfml/CMakeLists.txt index fe0e4a09..1f6081bc 100644 --- a/quanta/data/toolbars/cfml/CMakeLists.txt +++ b/quanta/data/toolbars/cfml/CMakeLists.txt @@ -3,14 +3,24 @@ # (C) 2010-2011 Serghei Amelian # serghei (DOT) amelian (AT) gmail.com # +# (C) 2019 Slávek Banko +# slavek.banko (AT) axis.cz +# # Improvements and feedback are welcome # # This file is released under GPL >= 2 # ################################################# -install( FILES - fonts.toolbar.tgz forms.toolbar.tgz - lists.toolbar.tgz standard.toolbar.tgz - tables.toolbar.tgz cfml.toolbar.tgz - DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/cfml ) + +##### other data ################################ + +foreach( _toolbar cfml fonts forms lists standard tables ) + + tde_create_tarball( + TARGET ${_toolbar}.toolbar.tgz + FILES ${_toolbar}.actions ${_toolbar}.toolbar + DESTINATION ${DATA_INSTALL_DIR}/quanta/toolbars/cfml + ) + +endforeach( ) -- cgit v1.2.1