We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ca74f7 commit ef309c0Copy full SHA for ef309c0
src/src/CMakeLists.txt
@@ -99,7 +99,7 @@ target_sources(kmeans_lib INTERFACE
99
../include/flat_query.h ../include/ivf_query.h ../include/scoring.h ../include/fixed_min_queues.h
100
../include/defs.h ../include/algorithm.h ../include/concepts.h ../include/stats.h
101
../include/utils/timer.h ../include/utils/logging.h ../include/utils/print_types.h
102
- ../include/array_types.h ../include/flat_index.h ../include/ivf_index.h
+ ../include/flat_index.h ../include/ivf_index.h
103
)
104
105
target_include_directories(kmeans_lib INTERFACE
0 commit comments