yuzu/externals/vcpkg/ports/libsvm/vcpkg.json

22 lines
405 B
JSON
Executable File

{
"name": "libsvm",
"version": "3.25",
"description": "A library for Support Vector Machines.",
"homepage": "https://www.csie.ntu.edu.tw/~cjlin/libsvm/",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "build libsvm CLI tools."
}
}
}