mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 12:49:01 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "gflags",
|
|
"version": "2.2.2",
|
|
"port-version": 7,
|
|
"description": "A C++ library that implements commandline flags processing",
|
|
"homepage": "https://github.com/gflags/gflags",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|