Skip to content

Commit

Permalink
Add json dependency wrap
Browse files Browse the repository at this point in the history
  • Loading branch information
IsaacKhor committed Aug 8, 2024
1 parent 234981e commit ca3491a
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ qemu/bzImage

subprojects/liburing-*
subprojects/packagecache
subprojects/nlohmann_json*
subprojects/nlohmann_json-*
10 changes: 10 additions & 0 deletions subprojects/nlohmann_json.wrap
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
[wrap-file]
directory = nlohmann_json-3.11.2
lead_directory_missing = true
source_url = https://github.com/nlohmann/json/releases/download/v3.11.2/include.zip
source_filename = nlohmann_json-3.11.2.zip
source_hash = e5c7a9f49a16814be27e4ed0ee900ecd0092bfb7dbfca65b5a421b774dccaaed
wrapdb_version = 3.11.2-1

[provide]
nlohmann_json = nlohmann_json_dep

0 comments on commit ca3491a

Please sign in to comment.