mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 04:19:00 +08:00
39f3c5c343
* [hnswlib] new port * remove cmake config --------- Co-authored-by: Javier Matos Denizac <javier.matosd@gmail.com>
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
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})
|