Add wrapfile to fetch get the nlohmann_json library when not installed
This commit is contained in:
parent
a557165850
commit
c41d8f7157
|
@ -2,3 +2,5 @@
|
||||||
*.db
|
*.db
|
||||||
*.user
|
*.user
|
||||||
build-*/
|
build-*/
|
||||||
|
subprojects/packagecache/
|
||||||
|
subprojects/nlohmann_json*/
|
||||||
|
|
|
@ -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
|
Loading…
Reference in New Issue