Files
beast/example/http/client/Jamfile
T

26 lines
592 B
Plaintext
Raw Normal View History

2017-08-04 19:55:28 -07:00
#
# 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 ;
2025-02-27 19:59:29 +00:00
build-project async-local ;
2017-08-04 19:55:28 -07:00
build-project coro ;
build-project crawl ;
build-project sync ;
2022-10-11 23:28:25 +08:00
build-project awaitable ;
2017-08-04 19:55:28 -07:00
# 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 ;