vcpkg/ports/nlohmann-json/vcpkg.json

17 lines
303 B
JSON
Raw Normal View History

{
"name": "nlohmann-json",
"version-semver": "3.10.2",
"description": "JSON for Modern C++",
"homepage": "https://github.com/nlohmann/json",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}