yuzu/externals/vcpkg/ports/nlohmann-json/vcpkg.json

24 lines
438 B
JSON
Executable File

{
"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"
}
}
}