mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
20 lines
498 B
JSON
20 lines
498 B
JSON
{
|
|
"$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
|
|
"name": "benchmark",
|
|
"version-semver": "1.9.0",
|
|
"description": "A library to benchmark code snippets, 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
|
|
}
|
|
]
|
|
}
|