# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# Auto-generated by quic/facebook/generate_cmake.py - DO NOT EDIT MANUALLY

mvfst_add_library(mvfst_server_async_tran_server_async_transport
  SRCS
    QuicAsyncTransportAcceptor.cpp
    QuicAsyncTransportServer.cpp
    QuicServerAsyncTransport.cpp
  DEPS
    mvfst_common_mvfst_logging
    Folly::folly_system_hardware_concurrency
  EXPORTED_DEPS
    mvfst_api_stream_async_transport
    mvfst_server_server
    Folly::folly_io_async_async_transport
    Folly::folly_io_async_scoped_event_base_thread
)
