Update Makefile.conf and Libraries

This commit is contained in:
2020-05-04 22:01:48 +02:00
parent dd7ae1cb73
commit 2d9621f1f1
12 changed files with 23 additions and 49 deletions
-15
View File
@@ -1,15 +0,0 @@
#ifndef UTIL_INIH_H
#define UTIL_INIH_H
#include "Libraries/INIh/INIReader.h"
namespace PresenceDetection {
namespace Util {
using ::INIReader;
} // namespace Util
} // namespace PresenceDetection
#endif // UTIL_INIH_H
-16
View File
@@ -1,16 +0,0 @@
#ifndef UTIL_JSON_H
#define UTIL_JSON_H
#include "Libraries/JSON/nlohmann/json.hpp"
namespace PresenceDetection {
namespace Util {
using namespace nlohmann;
typedef json JSON;
} // namespace Util
} // namespace DomoticaServer
#endif // UTIL_JSON_H