#############################################################################
# $Id: CMakeLists.proteinkmer_unit_test.app.txt 594157 2019-09-30 18:28:48Z gouriano $
#############################################################################

NCBI_begin_app(proteinkmer_unit_test)
  NCBI_sources(proteinkmer_unit_test)
  NCBI_uses_toolkit_libraries(proteinkmer xobjsimple)
  NCBI_requires(Boost.Test.Included)
  NCBI_set_test_assets(data)
  NCBI_add_test()
NCBI_end_app()

