Add meson config

Moving the project over to meson per the technical oversight forum.

Change-Id: I9c8d99ec8bcad07fb863f80e5152a93187e91310
Signed-off-by: Ed Tanous <edtanous@google.com>
diff --git a/meson_options.txt b/meson_options.txt
new file mode 100644
index 0000000..e6fd709
--- /dev/null
+++ b/meson_options.txt
@@ -0,0 +1,6 @@
+option(
+    'tests',
+    type: 'feature',
+    value: 'enabled',
+    description: 'Build unit tests',
+)