Add meson build

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

Tested: built openpower-occ-control successfully and Unit test passes.

Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: I7f5fbc7150194a78f9b36bb256613fc70b834130
diff --git a/occ_errors.hpp b/occ_errors.hpp
index 3b00e94..6fe0983 100644
--- a/occ_errors.hpp
+++ b/occ_errors.hpp
@@ -41,7 +41,7 @@
         // Nothing to do here.
     }
 
-    ~Error()
+    virtual ~Error()
     {
         if (fd >= 0)
         {