hnswlib
- registry: kmpkgcore
- type: kumo system both static and shared library.
install
kmpkg install hnswlib
add port
add to project dependency list:
kmpkg add port hnswlib
kmpkg
kmpkg.json
{
"dependencies": [
"hnswlib"
]
}
cmake find and link
find hnswlib package:
find
find_package(hnswlib CONFIG REQUIRED)
link hnswlib static:
hnswlib::hnswlib