#
#
#
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
)

