mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-12 17:59:02 +08:00
97f26935db
* [gklib] Fix share path case. In https://github.com/microsoft/vcpkg/pull/26020 I forgot to apply @ras0219 's over the shoulder review comment to change the directory name to all lowercase. * More case!
19 lines
370 B
JSON
19 lines
370 B
JSON
{
|
|
"name": "gklib",
|
|
"version-date": "2022-07-27",
|
|
"port-version": 1,
|
|
"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
|
|
}
|
|
]
|
|
}
|