vcpkg/ports/hnswlib/usage

5 lines
181 B
Plaintext
Raw Normal View History

hnswlib is header-only and can be used from CMake via:
find_path(HNSWLIB_INCLUDE_DIRS "hnswlib/hnswlib.h")
target_include_directories(main PRIVATE ${HNSWLIB_INCLUDE_DIRS})