Add nlohmann json

This commit is contained in:
momo5502
2025-04-23 15:30:36 +02:00
parent 1beb95c2b2
commit 6a302aff69
5 changed files with 33 additions and 5 deletions

4
.gitmodules vendored
View File

@@ -18,3 +18,7 @@
[submodule "deps/gtest-parallel"]
path = deps/gtest-parallel
url = https://github.com/google/gtest-parallel.git
[submodule "deps/json"]
path = deps/json
url = https://github.com/nlohmann/json.git
branch = master