pineapple-src/externals/vcpkg/ports/liblinear/vcpkg.json
2022-07-23 03:01:36 +02:00

18 lines
357 B
JSON
Executable file

{
"name": "liblinear",
"version": "243",
"port-version": 1,
"description": "A Library for Large Linear Classification",
"homepage": "https://github.com/cjlin1/liblinear",
"supports": "!uwp",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}