vcpkg/ports/dimcli/vcpkg.json
Jack·Boos·Yu c9cffa2245
[dimcli] Add supports field instead of written in ci.baseline, disable testing, support osx (#22577)
* [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>
2022-01-20 14:28:16 -08:00

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
}
]
}