#############################################################################
# $Id: CMakeLists.xthrserv.lib.txt 564453 2018-05-29 13:28:08Z gouriano $
#############################################################################

NCBI_begin_lib(xthrserv)
  NCBI_sources(threaded_server server server_monitor connection_pool)
  NCBI_headers(
    threaded_server.hpp server.hpp server_monitor.hpp server_connection.hpp
    thread_pool_for_server.hpp connection_pool.hpp
  )
  NCBI_enable_pch()
  NCBI_uses_toolkit_libraries(xconnect xutil)
  NCBI_project_tags(core)
  NCBI_project_watchers(vakatov)
NCBI_end_lib()

if(OFF)
add_library(xthrserv
    threaded_server server server_monitor connection_pool
)
target_link_libraries(xthrserv
    xconnect xutil
)
endif()
