diff options
Diffstat (limited to 'vcpkg/ports/glog/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/glog/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/vcpkg/ports/glog/vcpkg.json b/vcpkg/ports/glog/vcpkg.json new file mode 100644 index 0000000..da170c2 --- /dev/null +++ b/vcpkg/ports/glog/vcpkg.json @@ -0,0 +1,30 @@ +{ + "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" + ] + } + } +} |