diff options
Diffstat (limited to 'src/boost/libs/beast/example/advanced/Jamfile')
-rw-r--r-- | src/boost/libs/beast/example/advanced/Jamfile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/boost/libs/beast/example/advanced/Jamfile b/src/boost/libs/beast/example/advanced/Jamfile new file mode 100644 index 00000000..d1053a90 --- /dev/null +++ b/src/boost/libs/beast/example/advanced/Jamfile @@ -0,0 +1,13 @@ +# +# 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 ; |