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

NCBI_begin_app(dustmasker)
  NCBI_sources(main dust_mask_app)
  NCBI_uses_toolkit_libraries(seqmasks_io xalgodustmask seq)
  NCBI_project_watchers(camacho fongah2)
NCBI_end_app()


if(OFF)
#
#
#
add_executable(dustmasker-app
    main dust_mask_app
)

set_target_properties(dustmasker-app PROPERTIES OUTPUT_NAME dustmasker)

target_link_libraries(dustmasker-app
    seqmasks_io xalgodustmask
)

add_dependencies(dustmasker-app
    seq
)
endif()
