asio/example/cpp17/build.jam
2024-10-31 21:42:07 +11:00

12 lines
302 B
Plaintext

# Copyright René Ferdinand Rivera Morell 2023-2024.
#
# 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)
project
: requirements
<library>/boost/asio//boost_asio
<cxxstd>17
;