Files

26 lines
592 B
Plaintext
Raw Permalink Normal View History

#
# 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 async ;
build-project async-local ;
build-project coro ;
build-project crawl ;
build-project sync ;
2022-10-11 23:28:25 +08:00
build-project awaitable ;
# SSL
build-project async-ssl ;
build-project awaitable-ssl ;
build-project coro-ssl ;
build-project sync-ssl ;
2022-10-03 09:53:05 +08:00
build-project body ;
2022-12-21 15:30:58 +08:00
build-project methods ;