We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7499791 commit 8d001acCopy full SHA for 8d001ac
CMakeLists.txt
@@ -129,7 +129,7 @@ endif()
129
130
if(WITH_LIGHT)
131
knowhere_file_glob(GLOB_RECURSE KNOWHERE_SRCS src/common/*.cc
132
- src/index/hnsw/hnsw.cc src/io/*.cc)
+ src/index/index_factory.cc src/index/hnsw/hnsw.cc src/io/*.cc)
133
knowhere_file_glob(GLOB_RECURSE KNOWHERE_TRACER_SRCS src/common/tracer.cc
134
src/common/prometheus_client.cc)
135
list(REMOVE_ITEM KNOWHERE_SRCS ${KNOWHERE_TRACER_SRCS})
0 commit comments