From 1e949dff6328d4a827379861a30e20535973a691 Mon Sep 17 00:00:00 2001 From: Suet-fei Li Date: Wed, 12 Apr 2023 22:44:16 +0000 Subject: [PATCH] . --- .gitmodules | 4 ++++ third_party/json/json | 1 + 2 files changed, 5 insertions(+) create mode 160000 third_party/json/json diff --git a/.gitmodules b/.gitmodules index c14bb9c5..2dcff02e 100644 --- a/.gitmodules +++ b/.gitmodules @@ -33,3 +33,7 @@ [submodule "third_party/mbedtls"] path = third_party/mbedtls url = https://github.com/ARMmbed/mbedtls +[submodule "third_party/json/json"] + path = third_party/json/json + url = https://github.com/nlohmann/json + branch = master diff --git a/third_party/json/json b/third_party/json/json new file mode 160000 index 00000000..6af826d0 --- /dev/null +++ b/third_party/json/json @@ -0,0 +1 @@ +Subproject commit 6af826d0bdb55e4b69e3ad817576745335f243ca