mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 19:59:05 +08:00
2462a956c8
* Allow FLANN to be build as shared lib * Fix openmvg linking to FLANN * Fix pcl linking to FLANN
25 lines
473 B
JSON
25 lines
473 B
JSON
{
|
|
"name": "flann",
|
|
"version-date": "2019-04-07",
|
|
"port-version": 2,
|
|
"description": "Fast Library for Approximate Nearest Neighbors",
|
|
"homepage": "https://github.com/mariusmuja/flann",
|
|
"dependencies": [
|
|
"lz4"
|
|
],
|
|
"features": {
|
|
"cuda": {
|
|
"description": "CUDA support for FLANN",
|
|
"dependencies": [
|
|
"cuda"
|
|
]
|
|
},
|
|
"hdf5": {
|
|
"description": "Build with hdf5",
|
|
"dependencies": [
|
|
"hdf5"
|
|
]
|
|
}
|
|
}
|
|
}
|