vcpkg/ports/benchmark/vcpkg.json
Martin Hořeňovský 23cfcb4cd0
[benchmark] Update port to v1.6.0 (#20302)
Also replaced deprecated helpers with their new versions.
2021-09-23 10:41:52 -07:00

18 lines
378 B
JSON

{
"name": "benchmark",
"version-semver": "1.6.0",
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}