diff options
author | David Robillard <d@drobilla.net> | 2022-06-28 23:17:19 -0400 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2022-07-20 16:24:16 -0400 |
commit | 1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698 (patch) | |
tree | 862fbe1cd497a7782da1ab08ddd39ac548afd78b /meson_options.txt | |
parent | 3ae22e31b51e920d22a4bebb211e82b5d7e7c3f2 (diff) | |
download | raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.gz raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.tar.bz2 raul-1e87b3ace42c1a51d8b8c6d09b4fa4d0d6025698.zip |
Switch to meson build system
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..c14078e --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,8 @@ +option('strict', type: 'boolean', value: false, yield: true, + description: 'Enable ultra-strict warnings') + +option('tests', type: 'feature', value: 'auto', yield: true, + description: 'Build tests') + +option('title', type: 'string', value: 'Raul', + description: 'Project title') |