跳到主要内容

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"
]
}

find hnswlib package:

find
find_package(hnswlib CONFIG REQUIRED)

link hnswlib static:

hnswlib::hnswlib