mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
19 lines
378 B
JSON
19 lines
378 B
JSON
{
|
|
"name": "gflags",
|
|
"version": "2.3.0",
|
|
"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
|
|
}
|
|
]
|
|
}
|