# $Id: CMakeLists.test_boost.lib.txt 621390 2020-12-10 18:54:37Z ivanov $

NCBI_begin_lib(test_boost)
  NCBI_sources(test_boost teamcity_messages)
  NCBI_headers(test_boost.hpp)
  NCBI_requires(Boost.Test.Included)
  NCBI_uses_toolkit_libraries(xncbi)
  NCBI_project_tags(test)
  NCBI_project_watchers(vakatov satskyse)
NCBI_end_lib()

