#############################################################################
# $Id: CMakeLists.test_boost.lib.txt 565469 2018-06-12 18:24:57Z gouriano $
#############################################################################

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()

if(OFF)

add_library(test_boost test_boost teamcity_messages)
target_link_libraries(test_boost  xncbi)

endif()
