
# This file was generated by the build system used internally in the Yandex monorepo.
# Only simple modifications are allowed (adding source-files to targets, adding simple properties
# like target_include_directories). These modifications will be ported to original
# ya.make files by maintainers. Any complex modifications which can't be ported back to the
# original buildsystem will not be accepted.



add_library(cpp-online_hnsw-base)
target_link_libraries(cpp-online_hnsw-base PUBLIC
  contrib-libs-cxxsupp
  yutil
  cpp-hnsw-index_builder
  cpp-containers-dense_hash
  cpp-threading-local_executor
)
target_sources(cpp-online_hnsw-base PRIVATE
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/build_options.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/dynamic_dense_graph.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/index_base.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/index_reader.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/index_writer.cpp
  ${CMAKE_SOURCE_DIR}/library/cpp/online_hnsw/base/item_storage_index.cpp
)
