mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:17:16 +08:00
c9cffa2245
* [dimcli] Add supports field instead of written in ci.baseline, disable testing * version * Fix build on Windows * version * fix build on osx Co-authored-by: nicole mazzuca <mazzucan@outlook.com>
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"name": "dimcli",
|
|
"version-semver": "5.0.2",
|
|
"port-version": 3,
|
|
"description": "C++ command line parser toolkit",
|
|
"homepage": "https://github.com/gknowles/dimcli",
|
|
"supports": "!uwp",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|