vcpkg/ports/glog/vcpkg.json
2024-03-22 16:31:14 -07:00

32 lines
650 B
JSON

{
"name": "glog",
"version": "0.7.0",
"port-version": 1,
"description": "C++ implementation of the Google logging module",
"homepage": "https://github.com/google/glog",
"license": "BSD-3-Clause",
"dependencies": [
"gflags",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"customprefix": {
"description": "Enable support for user-generated message prefixes"
},
"unwind": {
"description": "Enable libunwind support",
"supports": "linux",
"dependencies": [
"libunwind"
]
}
}
}