Build system: Add option to pack the extension

This commit is contained in:
Romain Vigier
2022-05-24 23:42:06 +02:00
parent e9de843b08
commit c1162a5403
6 changed files with 44 additions and 6 deletions
+5
View File
@@ -0,0 +1,5 @@
# SPDX-FileCopyrightText: 2022 Romain Vigier <contact AT romainvigier.fr>
# SPDX-License-Identifier: GPL-3.0-or-later
option('pack', type: 'boolean', value: false, description: 'Create a distributable archive instead of installing')
option('packdir', type: 'string', value: 'dist', description: 'Directory to put the distributable archive')