mirror of
https://github.com/boostorg/beast.git
synced 2025-07-29 20:37:31 +02:00
16 lines
400 B
Plaintext
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
|
|
;
|