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