vcpkg/ports/glog/vcpkg.json
MonicaLiu 776bf4317e
[glog] Set GLOG_STATIC_DEFINE in export.h (#35173)
* fix glog

* update version

---------

Co-authored-by: Monica <v-liumonica@microsoft.com>
2023-11-21 13:50:31 -08:00

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"
}
}
}