mirror of
https://github.com/boostorg/beast.git
synced 2026-01-19 04:02:10 +00:00
17 lines
397 B
Plaintext
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 ;
|