# 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_client_connector
  SRCS
    QuicConnector.cpp
  DEPS
    mvfst_common_mvfst_logging
    mvfst_common_udpsocket_folly_async_udp_socket
    mvfst_congestion_control_congestion_controller_factory
    mvfst_fizz_client_handshake
    Folly::folly_io_async_async_ssl_socket
    Folly::folly_io_async_async_udp_socket
  EXPORTED_DEPS
    mvfst_api_loop_detector_callback
    mvfst_api_transport
    mvfst_client_client
    mvfst_common_events_folly_eventbase
    mvfst_common_time_util
    mvfst_fizz_client_handshake_psk_cache
    mvfst_logging_qlogger
    fizz::fizz
    Folly::folly_io_socket_option_map
)
