Files
beast/example/websocket/server/async-local/Jamfile
2025-02-28 16:38:36 +03:30

16 lines
400 B
Plaintext

#
# Copyright (c) 2025 Mohammad Nejati
#
# 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-server-async-local :
websocket_server_async_local.cpp
:
<variant>coverage:<build>no
<variant>ubasan:<build>no
;