# $Id: CMakeLists.connect.lib.txt 621583 2020-12-14 19:14:21Z ivanov $

NCBI_begin_lib(connect)
  NCBI_sources(${SRC_C})
  NCBI_headers(*.h)
  NCBI_uses_external_libraries(${ORIG_LIBS})
  if("${HOST_CPU}" STREQUAL "aarch64")
    NCBI_uses_toolkit_libraries(xncbi)
  endif()
  NCBI_project_tags(core mod_loadinfo mod_caf)
  NCBI_project_watchers(lavr)
NCBI_end_lib()

