vcpkg/ports/nlohmann-json/vcpkg.json
2022-05-13 16:52:17 -07:00

24 lines
438 B
JSON

{
"name": "nlohmann-json",
"version-semver": "3.10.5",
"port-version": 3,
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"diagnostics": {
"description": "Build json_diagnostics"
}
}
}