mirror of
https://github.com/boostorg/beast.git
synced 2026-01-26 09:12:18 +01:00
21 lines
670 B
Plaintext
21 lines
670 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)
|
|
#
|
|
|
|
build-project echo-op ;
|
|
build-project http-client ;
|
|
build-project http-crawl ;
|
|
build-project http-server-fast ;
|
|
build-project http-server-small ;
|
|
build-project http-server-threaded ;
|
|
build-project server-framework ;
|
|
build-project websocket-client ;
|
|
build-project websocket-server-async ;
|
|
|
|
# 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 ;
|