vcpkg/ports/hnswlib/vcpkg.json
moritz-h d163f9d5f5
[hnswlib] backport CMake targets (#31305)
* [hnswlib] backport CMake targets

* download cmake changes as patch

* add patch file
2023-05-10 12:36:01 -07:00

19 lines
377 B
JSON

{
"name": "hnswlib",
"version": "0.7.0",
"port-version": 1,
"description": "Header-only library for fast approximate nearest neighbors",
"homepage": "https://github.com/nmslib/hnswlib",
"license": "Apache-2.0",
"dependencies": [
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
]
}