commit | 15982f6c0a252bc3642efb2df5d3c209e535c4fa | [log] [tgz] |
---|---|---|
author | William A. Kennington III <wak@google.com> | Thu Jan 31 14:43:41 2019 -0800 |
committer | William A. Kennington III <wak@google.com> | Thu Jan 31 14:51:17 2019 -0800 |
tree | 394ed83c08b08f04106101fbd98a0605b7d09aa1 | |
parent | 9c97d2c4ef34256817fd39bdbaecdfafda4080df [diff] [blame] |
meson: Add alternative build system Change-Id: I773281f0df820f4de25a6536fb3858d88b9150fa Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..86bc7fc --- /dev/null +++ b/meson_options.txt
@@ -0,0 +1,2 @@ +option('tests', type: 'feature', description: 'Build tests') +option('examples', type: 'boolean', value: true, description: 'Build examples')