Skip to content

Commit

Permalink
Added InMemFilterStore class to Linux build files
Browse files Browse the repository at this point in the history
  • Loading branch information
gopal-msr committed Oct 22, 2024
1 parent 0923bb2 commit 64db516
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,10 @@ else()
set(CPP_SOURCES abstract_data_store.cpp ann_exception.cpp disk_utils.cpp
distance.cpp index.cpp in_mem_graph_store.cpp in_mem_data_store.cpp
linux_aligned_file_reader.cpp math_utils.cpp natural_number_map.cpp
in_mem_data_store.cpp in_mem_graph_store.cpp
in_mem_data_store.cpp in_mem_graph_store.cpp in_mem_filter_store.cpp
natural_number_set.cpp memory_mapper.cpp partition.cpp pq.cpp
pq_flash_index.cpp scratch.cpp logger.cpp utils.cpp filter_utils.cpp index_factory.cpp abstract_index.cpp pq_l2_distance.cpp pq_data_store.cpp)
pq_flash_index.cpp scratch.cpp logger.cpp utils.cpp filter_utils.cpp
index_factory.cpp abstract_index.cpp pq_l2_distance.cpp pq_data_store.cpp)
if (RESTAPI)
list(APPEND CPP_SOURCES restapi/search_wrapper.cpp restapi/server.cpp)
endif()
Expand Down

0 comments on commit 64db516

Please sign in to comment.