aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/loguru/vcpkg.json
blob: a6d854f12d8176df7f973e65648a0aec6aa11476 (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": "loguru",
  "version": "2.1.0",
  "port-version": 6,
  "description": "A lightweight and flexible C++ logging library",
  "homepage": "https://github.com/emilk/loguru",
  "dependencies": [
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ],
  "features": {
    "fmt": {
      "description": "Build with fmt support in non-header-only mode",
      "dependencies": [
        "fmt"
      ]
    },
    "stream": {
      "description": "Build with support for stream style logging"
    }
  }
}