aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/nanobench/vcpkg.json
blob: 8e32bb2a29835dfa93d95a67fa923c2ce5105232 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
{
  "name": "nanobench",
  "version": "4.3.11",
  "description": "Simple, fast, accurate single-header microbenchmarking functionality for C++11/14/17/20",
  "homepage": "https://nanobench.ankerl.com",
  "license": "MIT",
  "supports": "!uwp",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}