Switch to using submodule for nlohmann-json

This commit is contained in:
Tristan Penman 2022-08-30 13:07:33 +12:00
parent 582fd0fc13
commit fb995cebd3
4 changed files with 6 additions and 17301 deletions

4
.gitmodules vendored
View File

@ -4,3 +4,7 @@
[submodule "thirdparty/rapidjson"]
path = thirdparty/rapidjson
url = https://github.com/Tencent/rapidjson.git
[submodule "thirdparty/nlohmann-json"]
path = thirdparty/nlohmann-json
url = https://github.com/nlohmann/json.git
shallow = true

View File

@ -96,7 +96,7 @@ include_directories(include SYSTEM
thirdparty/jsoncpp-1.9.5/include
thirdparty/rapidjson/include
thirdparty/picojson
thirdparty/nlohmann-json-3.1.2
thirdparty/nlohmann-json/include
thirdparty/yaml-cpp-0.7.0/include
)

1
thirdparty/nlohmann-json vendored Submodule

@ -0,0 +1 @@
Subproject commit bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d

File diff suppressed because it is too large Load Diff