mirror of
https://github.com/boostorg/beast.git
synced 2026-02-03 22:06:16 +01:00
Add CppCon2018 chat server example and video
This commit is contained in:
19
example/cppcon2018/Jamfile
Normal file
19
example/cppcon2018/Jamfile
Normal file
@@ -0,0 +1,19 @@
|
||||
#
|
||||
# Copyright (c) 2016-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
|
||||
#
|
||||
|
||||
exe websocket-chat-server :
|
||||
http_session.cpp
|
||||
listener.cpp
|
||||
main.cpp
|
||||
shared_state.cpp
|
||||
websocket_session.cpp
|
||||
:
|
||||
<variant>coverage:<build>no
|
||||
<variant>ubasan:<build>no
|
||||
;
|
||||
Reference in New Issue
Block a user