vcpkg/ports/gklib/vcpkg.json
Kai Pastor e0f1ab414c
[gklib] Update, fix android (#37877)
Fixes https://github.com/microsoft/vcpkg/issues/36791. (Alternative to
https://github.com/microsoft/vcpkg/pull/37416)
Update, remove obsolete patches, cleanup.
Enable shared linkage on !windows.
2024-04-01 15:28:40 -07:00

18 lines
349 B
JSON

{
"name": "gklib",
"version-date": "2023-03-27",
"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
}
]
}