mirror of
https://github.com/tristanpenman/valijson.git
synced 2024-12-13 10:32:58 +01:00
Switch to using submodule for nlohmann-json
This commit is contained in:
parent
582fd0fc13
commit
fb995cebd3
4
.gitmodules
vendored
4
.gitmodules
vendored
@ -4,3 +4,7 @@
|
|||||||
[submodule "thirdparty/rapidjson"]
|
[submodule "thirdparty/rapidjson"]
|
||||||
path = thirdparty/rapidjson
|
path = thirdparty/rapidjson
|
||||||
url = https://github.com/Tencent/rapidjson.git
|
url = https://github.com/Tencent/rapidjson.git
|
||||||
|
[submodule "thirdparty/nlohmann-json"]
|
||||||
|
path = thirdparty/nlohmann-json
|
||||||
|
url = https://github.com/nlohmann/json.git
|
||||||
|
shallow = true
|
||||||
|
@ -96,7 +96,7 @@ include_directories(include SYSTEM
|
|||||||
thirdparty/jsoncpp-1.9.5/include
|
thirdparty/jsoncpp-1.9.5/include
|
||||||
thirdparty/rapidjson/include
|
thirdparty/rapidjson/include
|
||||||
thirdparty/picojson
|
thirdparty/picojson
|
||||||
thirdparty/nlohmann-json-3.1.2
|
thirdparty/nlohmann-json/include
|
||||||
thirdparty/yaml-cpp-0.7.0/include
|
thirdparty/yaml-cpp-0.7.0/include
|
||||||
)
|
)
|
||||||
|
|
||||||
|
1
thirdparty/nlohmann-json
vendored
Submodule
1
thirdparty/nlohmann-json
vendored
Submodule
@ -0,0 +1 @@
|
|||||||
|
Subproject commit bc889afb4c5bf1c0d8ee29ef35eaaf4c8bef8a5d
|
17300
thirdparty/nlohmann-json-3.1.2/nlohmann/json.hpp
vendored
17300
thirdparty/nlohmann-json-3.1.2/nlohmann/json.hpp
vendored
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue
Block a user