# 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_state_server_connection_id_rejector
  EXPORTED_DEPS
    mvfst_codec_types
)

mvfst_add_library(mvfst_server_state_server
  SRCS
    ServerStateMachine.cpp
  DEPS
    mvfst_api_transport_helpers
    mvfst_common_buf_util
    mvfst_common_mvfst_logging
    mvfst_fizz_handshake
    mvfst_fizz_server_handshake_handshake_app_token
    mvfst_handshake_transport_parameters
    mvfst_logging_oops_logger
    mvfst_logging_qlogger_constants
    mvfst_logging_qlogger_macros
    mvfst_server_handshake_token_generator
    mvfst_state_connection_oops_fields
    mvfst_state_datagram_handler
    mvfst_state_pacing_functions
    mvfst_state_stats_callback
    mvfst_state_stream
  EXPORTED_DEPS
    mvfst_codec_types
    mvfst_common_network_data
    mvfst_congestion_control_congestion_controller_factory
    mvfst_congestion_control_cubic
    mvfst_exception
    mvfst_flowcontrol_flow_control
    mvfst_loss
    mvfst_server_handshake
    mvfst_server_state_server_connection_id_rejector
    mvfst_state_ack_handler
    mvfst_state_quic_state_machine
    mvfst_state_simple_frame_functions
    mvfst_state_state_functions
    mvfst_state_stream_functions
    Folly::folly_exception_wrapper
    Folly::folly_io_async_async_socket_exception
    Folly::folly_network_address
    Folly::folly_overload
    Folly::folly_random
    ${GLOG_LIBRARIES}
)
