mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 07:39:04 +08:00
5cae88e33e
* Fix mingw build * Update versions
19 lines
370 B
JSON
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
|
|
}
|
|
]
|
|
}
|