meson: Add meson build

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Id1694bde6c57cab65ca86b00f64285f4d6224b2d
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..c124f67
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,11 @@
+option(
+    'tests', type : 'feature',
+    value: 'enabled',
+    description : 'Build tests'
+)
+
+option(
+    'YAML_PATH', type: 'string',
+    value: 'src/example',
+    description: 'The path to the yaml config files.'
+)
\ No newline at end of file