# 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_common_events_eventbase
  EXPORTED_DEPS
    mvfst_common_mvfst_logging
    Folly::folly_glog
)

mvfst_add_library(mvfst_common_events_quic_timer
  EXPORTED_DEPS
    mvfst_common_events_eventbase
    Folly::folly_io_async_delayed_destruction
)

mvfst_add_library(mvfst_common_events_folly_eventbase
  SRCS
    FollyQuicEventBase.cpp
  EXPORTED_DEPS
    mvfst_common_events_eventbase
    Folly::folly_io_async_async_base
    Folly::folly_io_async_async_base_fwd
)

mvfst_add_library(mvfst_common_events_highres_quic_timer
  SRCS
    HighResQuicTimer.cpp
  EXPORTED_DEPS
    mvfst_common_events_quic_timer
    Folly::folly_io_async_async_base
    Folly::folly_io_async_timerfd
)
