mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 19:28:59 +08:00
31 lines
629 B
JSON
31 lines
629 B
JSON
{
|
|
"name": "glog",
|
|
"version": "0.7.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"
|
|
]
|
|
}
|
|
}
|
|
}
|