aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/benchmark/vcpkg.json
blob: 0da38c784a232a34774480a1e005640ca38a2b52 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
  "$comment": "https://github.com/google/benchmark/issues/661 describes the missing UWP support upstream",
  "name": "benchmark",
  "version-semver": "1.9.4",
  "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
    }
  ]
}