#############################################################################
# $Id: CMakeLists.gui_utils.lib.txt 45513 2020-08-20 19:05:56Z evgeniev $
#############################################################################
#
#
#
NCBI_begin_lib( gui_utils)
  NCBI_sources(
    app_job_dispatcher app_job_impl app_popup browser_utils clipboard
    curve_bezier curve_cubic event event_handler
    event_translator exec extension_impl fetch_url id_generator
    menu_item rgba_color scheduler_engine
    string_utils table_names thread_pool_engine
    ui_object utils_platform version conn_test_thread track_info
    job_adapter job_future log_performance ftp_utils download_job rmtfilestatus
    url_utils math
  )
  NCBI_uses_toolkit_libraries( tables xcompress xconnect ncbi_xcache_netcache)
NCBI_end_lib()

