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

NCBI_begin_app(test_jsonwrapp)
  NCBI_sources(test_jsonwrapp)
  NCBI_requires(Boost.Test.Included)
  NCBI_uses_toolkit_libraries(test_boost)
  NCBI_project_tags(test)
  NCBI_project_watchers(gouriano)
  NCBI_add_test()
NCBI_end_app()

