aboutsummaryrefslogtreecommitdiff
path: root/ports/boost-timer/vcpkg.json
blob: 3c6d96c800d27be9fb5f174507e4533294705df5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
{
  "name": "boost-timer",
  "version": "1.77.0",
  "description": "Boost timer module",
  "homepage": "https://github.com/boostorg/timer",
  "dependencies": [
    {
      "name": "boost-build",
      "host": true
    },
    "boost-chrono",
    "boost-config",
    "boost-core",
    "boost-io",
    {
      "name": "boost-modular-build-helper",
      "host": true
    },
    "boost-predef",
    "boost-system",
    "boost-throw-exception",
    "boost-vcpkg-helpers",
    {
      "name": "vcpkg-cmake",
      "host": true
    }
  ]
}