add missing meson options file
[protos/libecoli.git] / meson_options.txt
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644 (file)
index 0000000..6ae4ba6
--- /dev/null
@@ -0,0 +1,6 @@
+option('with_yaml', type : 'boolean', value : true,
+       description: 'Compile with yaml support using libyaml.')
+option('with_editline', type : 'boolean', value : true,
+       description: 'Compile with editline support using libedit.')
+option('build_doc', type : 'boolean', value : false,
+       description: 'Generate project documentation.')