diff options
author | David Robillard <d@drobilla.net> | 2022-08-18 12:55:18 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-08-18 12:55:18 -0400 |
commit | 96c8578478669b05006be49c6b48adbd4170c314 (patch) | |
tree | 3853f2416a57c09b67200ba459ba822a5a59e05b /meson_options.txt | |
parent | c8345bd9827a100150a21b17d51bbb54805e9822 (diff) | |
download | zix-96c8578478669b05006be49c6b48adbd4170c314.tar.gz zix-96c8578478669b05006be49c6b48adbd4170c314.tar.bz2 zix-96c8578478669b05006be49c6b48adbd4170c314.zip |
Add release metadata test
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt index 0017280..2893d42 100644 --- a/meson_options.txt +++ b/meson_options.txt @@ -12,3 +12,6 @@ option('strict', type: 'boolean', value: false, yield: true, option('tests', type: 'feature', value: 'auto', yield: true, description: 'Build tests') + +option('title', type: 'string', value: 'Zix', + description: 'Project title') |