ADD: added the use of a local build curlpp library

This commit is contained in:
Henry Winkel
2023-08-09 08:43:00 +02:00
parent 726b09eb5f
commit 39f0f2b4eb
6 changed files with 13 additions and 18 deletions

6
.gitmodules vendored
View File

@@ -4,12 +4,12 @@
[submodule "libs/yaml-cpp"]
path = libs/yaml-cpp
url = https://github.com/jbeder/yaml-cpp.git
[submodule "libs/curlcpp"]
path = libs/curlcpp
url = https://github.com/JosephP91/curlcpp.git
[submodule "libs/nlohmann_json"]
path = libs/nlohmann_json
url = https://github.com/nlohmann/json.git
[submodule "libs/crossguid"]
path = libs/crossguid
url = https://github.com/graeme-hill/crossguid.git
[submodule "libs/curlpp"]
path = libs/curlpp
url = https://github.com/jpbarrette/curlpp.git