vcpkg/ports/json-c/vcpkg.json
Alexander Neumann c9bbaff157
[json-c] clang-cl fix. (#26254)
* [json-c] fix clang-cl builds

* v db
2022-08-10 11:25:10 -07:00

19 lines
346 B
JSON

{
"name": "json-c",
"version-date": "2022-06-26",
"port-version": 1,
"description": "A JSON implementation in C",
"homepage": "https://github.com/json-c/json-c",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}