#############################################################################
# $Id: CMakeLists.test_jsonwrapp.app.txt 565539 2018-06-13 16:19:50Z 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()

if(OFF)
#
#
#
add_executable(test_jsonwrapp-app
    test_jsonwrapp
)

set_target_properties(test_jsonwrapp-app PROPERTIES OUTPUT_NAME test_jsonwrapp)


target_link_libraries(test_jsonwrapp-app
    test_boost
)
endif()

