aboutsummaryrefslogtreecommitdiff
path: root/ports/glog/vcpkg.json
blob: 6a0da077d82841a913e1f1f4c1186669a734e196 (plain)
1
2
3
4
5
6
7
8
9
10
{
  "name": "glog",
  "version-string": "0.4.0",
  "port-version": 4,
  "description": "C++ implementation of the Google logging module",
  "homepage": "https://github.com/google/glog",
  "dependencies": [
    "gflags"
  ]
}