mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 22:39:07 +08:00
11 lines
225 B
JSON
11 lines
225 B
JSON
|
{
|
||
|
"name": "glog",
|
||
|
"version-string": "0.4.0",
|
||
|
"port-version": 4,
|
||
|
"description": "C++ implementation of the Google logging module",
|
||
|
"homepage": "https://github.com/google/glog",
|
||
|
"dependencies": [
|
||
|
"gflags"
|
||
|
]
|
||
|
}
|