vcpkg/ports/liblinear/vcpkg.json

18 lines
343 B
JSON
Raw Normal View History

{
"name": "liblinear",
"version-string": "243",
"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
}
]
}