From 79b9a42514963939b4c2283f9ab1a081d1bc36dc Mon Sep 17 00:00:00 2001 From: Jonas Ådahl Date: Wed, 11 Oct 2017 16:15:57 +0800 Subject: Add meson build system support MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonas Ådahl Reviewed-by: Simon Ser --- meson_options.txt | 4 ++++ 1 file changed, 4 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..f361d3b --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,4 @@ +option('tests', + type: 'boolean', + value: true, + description: 'Build the tests') -- cgit v1.2.3