2
0
mirror of https://github.com/boostorg/beast.git synced 2026-01-19 16:12:10 +00:00
Files
beast/example/advanced/Jamfile
Klemens Morgenstern 09bfca1fa1 awaitable examples.
Closes #2104.
2022-10-30 00:13:54 +08:00

17 lines
397 B
Plaintext

#
# Copyright (c) 2013-2017 Vinnie Falco (vinnie dot falco at gmail dot com)
#
# 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)
#
# Official repository: https://github.com/boostorg/beast
#
build-project server ;
# SSL
build-project server-flex ;
# C++20
build-project server-flex-awaitable ;