#############################################################################
# $Id: CMakeLists.unit_test_gff3writer.app.txt 593577 2019-09-20 12:22:42Z gouriano $
#############################################################################

NCBI_begin_app(unit_test_gff3writer)
  NCBI_sources(unit_test_gff3writer)
  NCBI_requires(Boost.Test.Included)
  NCBI_uses_toolkit_libraries(ncbi_xloader_genbank xobjwrite)
  NCBI_project_watchers(ludwigf)
  NCBI_set_test_assets( gff3writer_test_cases )
  NCBI_add_test()
NCBI_end_app()

