aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/spdlog/vcpkg.json
blob: 1e9c56d2d38fad07ab902ea238928edbd533e867 (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
29
30
{
  "name": "spdlog",
  "version-semver": "1.16.0",
  "description": "Very fast, header-only/compiled, C++ logging library.",
  "homepage": "https://github.com/gabime/spdlog",
  "license": "MIT",
  "dependencies": [
    "fmt",
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "benchmark": {
      "description": "Use google benchmark",
      "dependencies": [
        "benchmark"
      ]
    },
    "wchar": {
      "description": "Build with wchar_t (Windows only)",
      "supports": "windows"
    }
  }
}