mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:49:01 +08:00
e0f1ab414c
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.
18 lines
349 B
JSON
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
|
|
}
|
|
]
|
|
}
|