vcpkg/ports/kwsys/vcpkg.json
q1000treadz 24c9f30d4c
[KWSys] add new port (#19712)
* add kwsys port

* ./vcpkg x-add-version --all

* unsupport uwp

* ./vcpkg x-add-version --all

* Fix versions for port

* Update version database

* corrections

* corrections2

* corrections3

* update hash
2021-08-24 15:46:24 -07:00

18 lines
371 B
JSON

{
"name": "kwsys",
"version-date": "2021-08-06",
"description": "Provides platform-independent APIs to many common system features",
"homepage": "https://gitlab.kitware.com/utils/kwsys",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}