# Copyright (c) 2022 Klemens D. Morgenstern # # Distributed under the Boost Software License, Version 1.0. (See accompanying # file LICENSE_1_0.txt or copy at http://www.boost.org/LICENSE_1_0.txt) import os ; project : requirements BOOST_ASIO_NO_DEPRECATED msvc:_SCL_SECURE_NO_WARNINGS msvc:_CRT_SECURE_NO_DEPRECATE msvc:/bigobj windows:WIN32_LEAN_AND_MEAN linux:-lpthread clang-15:boost-container clang-14:boost-container ; exe channel : channel.cpp /boost//cobalt ; exe delay : delay.cpp /boost//cobalt ; exe delay_op : delay_op.cpp /boost//cobalt ; exe echo_server : echo_server.cpp /boost//cobalt ; exe outcome : outcome.cpp /boost//cobalt ; exe thread : thread.cpp /boost//cobalt ; exe thread_pool : thread_pool.cpp /boost//cobalt ; # exe ticker : ticker.cpp /boost//json /boost//cobalt ;