mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:38:59 +08:00
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "gflags",
|
|
"version": "2.2.2",
|
|
"port-version": 9,
|
|
"description": "A C++ library that implements commandline flags processing",
|
|
"homepage": "https://github.com/gflags/gflags",
|
|
"license": "BSD-3-Clause",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|