vcpkg/ports/benchmark/vcpkg.json
Yury Bura b206a2c2f8
[benchmark] Allow shared library creation, disable docs installation (#36583)
* [benchmark] allow shared library creation, disable docs installation

* add version
2024-02-12 14:57:03 -08:00

21 lines
533 B
JSON

{
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
"name": "benchmark",
"version-semver": "1.8.3",
"port-version": 2,
"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
}
]
}