#############################################################################
# $Id: CMakeLists.mapper_unit_test.app.txt 593488 2019-09-19 14:56:53Z gouriano $
#############################################################################

NCBI_begin_app(mapper_unit_test)
  NCBI_sources(mapper_unit_test)
  NCBI_uses_toolkit_libraries(seq test_boost)
  NCBI_project_watchers(grichenk)
  NCBI_set_test_assets(mapper_unit_test.ini mapper_test_data)
  NCBI_add_test()
NCBI_end_app()

