aboutsummaryrefslogtreecommitdiff
path: root/vcpkg-ports/spdlog/vcpkg.json
blob: 88c8341670efaae01381771b026dedc367c032aa (plain) (blame)
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.10.0",
  "port-version": 1,
  "description": "Very fast, header only, 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)"
    }
  }
}