aboutsummaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorAqua-sama <aqua@iserlohn-fortress.net>2020-04-15 20:46:07 +0300
committerAqua-sama <aqua@iserlohn-fortress.net>2020-04-15 21:04:38 +0300
commitaef72f6a45908c9d376c12de7f5778e77f5ad668 (patch)
treedd89b25f71f43152b6030656f0d7827c7f633b95 /meson_options.txt
parentMerge pull request #85 from dhmemi/patch-1 (diff)
downloadargs.hxx-aef72f6a45908c9d376c12de7f5778e77f5ad668.tar.xz
Add meson.buildHEADmaster
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt3
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..708ba69
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,3 @@
+option('examples', description: 'Build examples', type: 'boolean', value: false)
+option('unittests', description: 'Build unit tests', type: 'boolean', value: false)
+