mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-14 21:50:48 +08:00
a44d019a38
* [gflags] Make find_package more regular * [gflags] portfile cleanup * [gflags] Fix pkgconfig * Versions * [gflags] Add license * [gflags] Legacy quirks
20 lines
399 B
JSON
20 lines
399 B
JSON
{
|
|
"name": "gflags",
|
|
"version": "2.2.2",
|
|
"port-version": 8,
|
|
"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
|
|
}
|
|
]
|
|
}
|