Don't pull in entire JSON repo for single header file

This commit is contained in:
James
2017-07-18 13:37:27 +10:00
parent 822e8d21ea
commit 87dea94e14
4 changed files with 14517 additions and 5 deletions
-3
View File
@@ -31,6 +31,3 @@
[submodule "cpr"]
path = externals/cpr
url = https://github.com/whoshuu/cpr.git
[submodule "json"]
path = externals/json
url = https://github.com/nlohmann/json.git
+1 -1
View File
@@ -62,5 +62,5 @@ if (ENABLE_WEB_SERVICE)
# JSON
add_library(json-headers INTERFACE)
target_include_directories(json-headers INTERFACE ./json/src)
target_include_directories(json-headers INTERFACE ./json)
endif()
-1
Submodule externals/json deleted from d3496347fc
+14516
View File
File diff suppressed because it is too large Load Diff