#############################################################################
# $Id: CMakeLists.blast_formatter.app.txt 573454 2018-10-29 12:26:42Z gouriano $
#############################################################################

NCBI_begin_app(blast_formatter)
  NCBI_sources(blast_formatter)
  NCBI_uses_toolkit_libraries(blast_app_util)
  NCBI_add_definitions(NCBI_MODULE=BLASTFORMAT)
NCBI_end_app()

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

set_target_properties(blast_formatter-app PROPERTIES OUTPUT_NAME blast_formatter)

target_link_libraries(blast_formatter-app
    blast_app_util
)
endif()
