diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..9f377f2 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,2 @@ +option('wren_with_rand', type: 'boolean', value: false) +option('wren_with_meta', type: 'boolean', value: false)