mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 15:58:59 +08:00
776bf4317e
* fix glog * update version --------- Co-authored-by: Monica <v-liumonica@microsoft.com>
29 lines
597 B
JSON
29 lines
597 B
JSON
{
|
|
"name": "glog",
|
|
"version": "0.6.0",
|
|
"port-version": 3,
|
|
"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"
|
|
}
|
|
}
|
|
}
|