Add nlohmann/json as submodule

This commit is contained in:
osm0sis
2024-09-18 21:23:42 -03:00
parent a790f2c0db
commit 726aecb2be
4 changed files with 5 additions and 24766 deletions

3
.gitmodules vendored
View File

@@ -1,3 +1,6 @@
[submodule "Dobby"]
path = app/src/main/cpp/Dobby
url = https://github.com/jmpews/Dobby
[submodule "json"]
path = app/src/main/cpp/json
url = https://github.com/nlohmann/json

1
app/src/main/cpp/json Submodule

Submodule app/src/main/cpp/json added at 9cca280a4d

File diff suppressed because it is too large Load Diff

View File

@@ -3,7 +3,7 @@
#include <unistd.h>
#include "zygisk.hpp"
#include "json.hpp"
#include "json/single_include/nlohmann/json.hpp"
#include "dobby.h"
#define LOGD(...) __android_log_print(ANDROID_LOG_DEBUG, "PIF/Native", __VA_ARGS__)