Update Makefiles
This commit is contained in:
+16
@@ -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
|
||||
@@ -1 +0,0 @@
|
||||
../Makefile.conf
|
||||
Reference in New Issue
Block a user