vcpkg/ports/liblinear/vcpkg.json
JonLiu1993 fbc1e4178a
[libmupdf/liblinear/libkeyfinder] Update to latest version (#19959)
* [libmupdf/liblinear/libkeyfinder] Update to latest version

* update version

* update vcpkg.json format

* update version
2021-09-03 17:37:20 -07:00

18 lines
343 B
JSON

{
"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
}
]
}