vcpkg/ports/cjson/vcpkg.json
misirlou-tg 456894a8a8
[cjson] Updating to 1.7.15 (#20279)
* Update cjson to 1.7.15

Also removing deprecated cmake functions, quoting paths

* Run x-add-version

* Update ports/cjson/portfile.cmake

* Run x-add-version after latest commit

Co-authored-by: nicole mazzuca <83086508+strega-nil-ms@users.noreply.github.com>
2021-09-23 17:50:47 -07:00

22 lines
415 B
JSON

{
"name": "cjson",
"version": "1.7.15",
"description": "Ultralightweight JSON parser in ANSI C",
"homepage": "https://github.com/DaveGamble/cJSON",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"utils": {
"description": "Enable building the cJSON_Utils library"
}
}
}