From 2f2fac062817a6cca82078fc6dcc6401fca3e292 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 11 Jan 2021 02:45:04 +0100 Subject: WIP: Switch to Meson --- meson_options.txt | 8 ++++++++ 1 file changed, 8 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 0000000..a5ec648 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,8 @@ +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') -- cgit v1.2.1