Add wrapfile to fetch get the nlohmann_json library when not installed

This commit is contained in:
Daniel Schulte 2020-12-01 23:23:38 +01:00
parent a557165850
commit c41d8f7157
2 changed files with 12 additions and 0 deletions

2
.gitignore vendored
View File

@ -2,3 +2,5 @@
*.db
*.user
build-*/
subprojects/packagecache/
subprojects/nlohmann_json*/

View File

@ -0,0 +1,10 @@
[wrap-file]
directory = nlohmann_json-3.9.1
lead_directory_missing = true
source_url = https://github.com/nlohmann/json/releases/download/v3.9.1/include.zip
source_filename = nlohmann_json-3.9.1.zip
source_hash = 6bea5877b1541d353bd77bdfbdb2696333ae5ed8f9e8cc22df657192218cad91
[provide]
nlohmann_json = nlohmann_json_dep