#############################################################################
# $Id: CMakeLists.xconnserv.lib.txt 593499 2019-09-19 15:56:50Z gouriano $
#############################################################################

NCBI_begin_lib(xconnserv)
  NCBI_sources(
    grid_worker ns_client_factory grid_worker_app
    grid_client grid_client_app
    wn_commit_thread wn_main_loop wn_cleanup wn_offline_mode
    grid_control_thread
    grid_globals grid_rw_impl remote_app
    srv_connections netservice_api
    netservice_params
    netschedule_api netschedule_api_submitter netschedule_api_executor
    netschedule_api_reader netschedule_api_admin netschedule_api_getjob
    netschedule_key netschedule_api_expt
    netcache_key netcache_rw netcache_params netcache_api
    netcache_api_admin netcache_search
    netservice_protocol_parser util clparser
    json_over_uttp netstorage netstorage_rpc
    netstorageobjectloc netstorageobjectinfo netstorage_direct_nc
    ns_output_parser
    ns_job_serializer compound_id compound_id_v0 netschedule_api_wn_info
  )
  NCBI_uses_toolkit_libraries(xthrserv)
  NCBI_project_tags(core)
  NCBI_project_watchers(sadyrovr)
NCBI_end_lib()

