2017-06-14 20:26:44 -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)
|
|
|
|
|
#
|
2017-07-20 13:40:34 -07:00
|
|
|
# Official repository: https://github.com/boostorg/beast
|
|
|
|
|
#
|
2017-06-14 20:26:44 -07:00
|
|
|
|
|
|
|
|
build-project echo-op ;
|
|
|
|
|
build-project http-client ;
|
|
|
|
|
build-project http-crawl ;
|
2017-06-24 12:45:38 -07:00
|
|
|
build-project http-server-fast ;
|
|
|
|
|
build-project http-server-small ;
|
2017-07-02 11:24:10 -07:00
|
|
|
build-project http-server-threaded ;
|
2017-06-12 19:16:39 -07:00
|
|
|
build-project server-framework ;
|
2017-06-14 20:26:44 -07:00
|
|
|
build-project websocket-client ;
|
2017-07-02 18:22:36 -07:00
|
|
|
build-project websocket-server-async ;
|
2017-06-17 12:02:25 -07:00
|
|
|
|
|
|
|
|
# VFALCO How do I make this work on Windows and if OpenSSL is not available?
|
|
|
|
|
#build-project ssl-http-client ;
|
|
|
|
|
#build-project ssl-websocket-client ;
|