Update Makefiles

This commit is contained in:
2019-04-14 22:50:44 +02:00
parent 9866174ac2
commit 05e4e7e631
14 changed files with 148 additions and 88 deletions
+16
View File
@@ -0,0 +1,16 @@
#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