vcpkg/ports/benchmark/vcpkg.json
Charlie Barto ae47a08cf1
[benchmark] update to version 1.7.0 (#27124)
* update benchmark to 1.7.0

* add new benchmark version.

* add license field to benchmark

* fixup! add license field to benchmark

* update benchmark version
2022-10-16 20:56:08 -07:00

20 lines
512 B
JSON

{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.7.0",
"description": "A library to support the benchmarking of functions, similar to unit-tests.",
"homepage": "https://github.com/google/benchmark",
"license": "Apache-2.0",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}