# 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_observer_socket_observer_container
  EXPORTED_DEPS
    mvfst_common_mvfst_logging
    mvfst_observer_socket_observer_interface
    Folly::folly_observer_container
)

mvfst_add_library(mvfst_observer_socket_observer_interface
  SRCS
    SocketObserverInterface.cpp
  DEPS
    mvfst_common_mvfst_logging
  EXPORTED_DEPS
    mvfst_common_function_ref
    mvfst_exception
    mvfst_state_ack_event
    mvfst_state_outstanding_packet
    mvfst_state_quic_stream_utilities
)

mvfst_add_library(mvfst_observer_socket_observer_types
  EXPORTED_DEPS
    mvfst_observer_socket_observer_container
)

mvfst_add_library(mvfst_observer_socket_observer_macros
  EXPORTED_DEPS
    mvfst_observer_socket_observer_container
    mvfst_observer_socket_observer_interface
)

add_subdirectory(test)
