#############################################################################
# $Id: CMakeLists.test_compile_time.app.txt 588286 2019-06-20 13:04:57Z gouriano $
#############################################################################

NCBI_begin_app(test_compile_time)
  NCBI_sources(test_compile_time)
  NCBI_uses_toolkit_libraries(xutil)
  NCBI_requires(Boost.Test.Included)
  NCBI_project_watchers(gotvyans)
  NCBI_set_test_assets(test_utf8_u2a.txt test_utf8.ini)
  NCBI_add_test()
NCBI_end_app()
