From b9d0b9f058807d7253e88d37822c47b5462b65ea Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 9 Jan 2021 19:17:31 +0100 Subject: WIP: Switch to Meson --- meson_options.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 meson_options.txt (limited to 'meson_options.txt') diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 00000000..4cca6ffb --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,11 @@ +option('docs', type: 'feature', value: 'auto', yield: true, + description: 'Build documentation') + +option('strict', type: 'boolean', value: false, yield: true, + description: 'Enable ultra-strict warnings') + +option('tests', type: 'boolean', value: true, yield: true, + description: 'Build tests') + +option('utils', type: 'boolean', value: true, yield: true, + description: 'Build command line utilities') -- cgit v1.2.1