#############################################################################
# $Id: CMakeLists.test_hgvs_reader.app.txt 593581 2019-09-20 13:30:24Z gouriano $
#############################################################################

NCBI_begin_app(test_hgvs_reader)
  NCBI_sources(test_hgvs_reader)
  NCBI_requires(Boost.Test.Included)
  NCBI_uses_toolkit_libraries(gencoll_client hgvs)
  NCBI_add_test()
  NCBI_project_watchers(ludwigf meric)
NCBI_end_app()

