Add meson build

This commit is to add meson.build.
And later, we will remove Autotools and replace it with meson build.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I3107491093a6b69f966bab6eeb4f2d7581bfa186
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..a0d316a
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1 @@
+option('tests', type : 'feature', description : 'Build tests', value: 'enabled')
\ No newline at end of file