# 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_loss
  SRCS
    QuicLossFunctions.cpp
  DEPS
    mvfst_logging_qlogger_macros
    mvfst_observer_socket_observer_macros
    mvfst_state_stream_functions
  EXPORTED_DEPS
    mvfst_codec_types
    mvfst_common_expected
    mvfst_common_mvfst_logging
    mvfst_common_optional
    mvfst_common_time_util
    mvfst_congestion_control_congestion_control_functions
    mvfst_congestion_control_congestion_controller
    mvfst_constants
    mvfst_flowcontrol_flow_control
    mvfst_logging_oops_logger
    mvfst_logging_qlogger_constants
    mvfst_observer_socket_observer_types
    mvfst_state_connection_oops_fields
    mvfst_state_quic_state_machine
    mvfst_state_simple_frame_functions
    mvfst_state_state_functions
    Folly::folly_chrono
)

add_subdirectory(test)
