From 2ecdb45e9d19fcfd4f45e97c91f0f572bfde4e8b Mon Sep 17 00:00:00 2001 From: Suet-fei Li Date: Tue, 11 Apr 2023 19:22:46 +0000 Subject: [PATCH] Add Json submodule --- .gitmodules | 3 +++ third_party/json | 1 + 2 files changed, 4 insertions(+) create mode 160000 third_party/json diff --git a/.gitmodules b/.gitmodules index c14bb9c5..039c8dc5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,6 @@ [submodule "third_party/mbedtls"] path = third_party/mbedtls url = https://github.com/ARMmbed/mbedtls +[submodule "third_party/json"] + path = third_party/json + url = https://github.com/nlohmann/json diff --git a/third_party/json b/third_party/json new file mode 160000 index 00000000..6af826d0 --- /dev/null +++ b/third_party/json @@ -0,0 +1 @@ +Subproject commit 6af826d0bdb55e4b69e3ad817576745335f243ca