meson: Add meson build
The intent behind this commit is build obmc-phosphor-buttons with
meson, and then remove files related to cmake.
Signed-off-by: George Liu <liuxiwei@inspur.com>
Change-Id: Iedf8c49224032e016fed3471e6e41f6055b09065
diff --git a/src/button_handler.cpp b/src/button_handler.cpp
index 764c807..4072e1d 100644
--- a/src/button_handler.cpp
+++ b/src/button_handler.cpp
@@ -1,6 +1,6 @@
-#include "button_handler.hpp"
+#include "config.h"
-#include "settings.hpp"
+#include "button_handler.hpp"
#include <phosphor-logging/log.hpp>
#include <xyz/openbmc_project/State/Chassis/server.hpp>