mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 07:09:05 +08:00
456894a8a8
* 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>
22 lines
415 B
JSON
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"
|
|
}
|
|
}
|
|
}
|