diff options
Diffstat (limited to 'vcpkg/ports/flann/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/flann/vcpkg.json | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/vcpkg/ports/flann/vcpkg.json b/vcpkg/ports/flann/vcpkg.json new file mode 100644 index 0000000..f5bcef3 --- /dev/null +++ b/vcpkg/ports/flann/vcpkg.json @@ -0,0 +1,32 @@ +{ + "name": "flann", + "version-date": "2022-10-28", + "description": "Fast Library for Approximate Nearest Neighbors", + "homepage": "https://github.com/mariusmuja/flann", + "license": "BSD-3-Clause", + "dependencies": [ + "lz4", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ], + "features": { + "cuda": { + "description": "CUDA support for FLANN", + "dependencies": [ + "cuda" + ] + }, + "hdf5": { + "description": "Build with hdf5", + "dependencies": [ + "hdf5" + ] + } + } +} |