vcpkg/ports/nlohmann-json/vcpkg.json

23 lines
417 B
JSON
Raw Normal View History

{
"name": "nlohmann-json",
"version-semver": "3.11.3",
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
2022-05-14 07:52:17 +08:00
"license": "MIT",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
2022-05-14 07:52:17 +08:00
],
"features": {
"diagnostics": {
"description": "Build json_diagnostics"
}
}
}