vcpkg/ports/gklib/vcpkg.json
Kai Pastor 5cae88e33e
[gklib] Fix mingw build (#26468)
* Fix mingw build

* Update versions
2022-08-23 10:37:35 -07:00

19 lines
370 B
JSON

{
"name": "gklib",
"version-date": "2022-07-27",
"port-version": 2,
"description": "General helper libraries for KarypisLab.",
"homepage": "https://github.com/KarypisLab/GKlib/",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}