#############################################################################
# $Id: CMakeLists.remote_blast_unit_test.app.txt 566834 2018-07-09 12:39:41Z gouriano $
#############################################################################

NCBI_begin_app(remote_blast_unit_test)
  NCBI_sources(remote_blast_unit_test)
  NCBI_uses_toolkit_libraries(blast_services blast_unit_test_util xblast)
  NCBI_project_watchers(madden camacho merezhuk raytseli)
  NCBI_add_test()
NCBI_end_app()

if(OFF)
#
#
#
add_executable(remote_blast_unit_test-app
    remote_blast_unit_test
)

set_target_properties(remote_blast_unit_test-app PROPERTIES OUTPUT_NAME remote_blast_unit_test)



target_link_libraries(remote_blast_unit_test-app
    blast_services blast_unit_test_util xblast
)
endif()
