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

NCBI_begin_app(hspstream_unit_test)
  NCBI_sources(hspstream_unit_test hspstream_test_util)
  NCBI_uses_toolkit_libraries(xblast)
  NCBI_project_watchers(boratyng madden camacho fongah2)
  NCBI_add_test()
NCBI_end_app()

if(OFF)
#
#
#
add_executable(hspstream_unit_test-app
    hspstream_unit_test hspstream_test_util
)

set_target_properties(hspstream_unit_test-app PROPERTIES OUTPUT_NAME hspstream_unit_test)



target_link_libraries(hspstream_unit_test-app
    test_boost xblast
)
endif()
