early-access version 2853
This commit is contained in:
21
externals/vcpkg/ports/libsvm/vcpkg.json
vendored
Executable file
21
externals/vcpkg/ports/libsvm/vcpkg.json
vendored
Executable file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"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."
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user