aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/ng-log/vcpkg.json
blob: 4e793170596e249d4d3d45362170503dd375ac08 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
  "name": "ng-log",
  "version": "0.8.2",
  "description": "C++ library for application-level logging",
  "homepage": "https://ng-log.github.io/ng-log/",
  "license": "BSD-3-Clause",
  "dependencies": [
    "gflags",
    {
      "name": "libunwind",
      "platform": "linux"
    },
    {
      "name": "vcpkg-cmake",
      "host": true
    },
    {
      "name": "vcpkg-cmake-config",
      "host": true
    }
  ]
}