From 39e5221b8eee22a4ab934b7ca4a20463269e786c Mon Sep 17 00:00:00 2001 From: Anonymous275 <36374260+Anonymous-275@users.noreply.github.com> Date: Sun, 16 Jan 2022 19:07:33 +0200 Subject: [PATCH] added rapidjson --- .gitmodules | 3 +++ rapidjson | 1 + 2 files changed, 4 insertions(+) create mode 160000 rapidjson diff --git a/.gitmodules b/.gitmodules index bf1e32d..cb16eb5 100644 --- a/.gitmodules +++ b/.gitmodules @@ -1,3 +1,6 @@ [submodule "wxWidgets"] path = wxWidgets url = https://github.com/wxWidgets/wxWidgets.git +[submodule "rapidjson"] + path = rapidjson + url = https://github.com/Tencent/rapidjson.git diff --git a/rapidjson b/rapidjson new file mode 160000 index 0000000..fd3dc29 --- /dev/null +++ b/rapidjson @@ -0,0 +1 @@ +Subproject commit fd3dc29a5c2852df569e1ea81dbde2c412ac5051