# 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_address_quic_socket_address
  SRCS
    QuicSocketAddress.cpp
  DEPS
    fmt::fmt
  EXPORTED_DEPS
    Folly::folly_network_address
    Folly::folly_portability_sockets
)

mvfst_add_library(mvfst_common_address_quic_socket_address_bridge
  EXPORTED_DEPS
    mvfst_common_address_quic_socket_address
    Folly::folly_network_address
)

mvfst_add_library(mvfst_common_address_quic_address_util
  SRCS
    QuicAddressUtil.cpp
  EXPORTED_DEPS
    mvfst_common_address_quic_socket_address
    Folly::folly_portability_sockets
)
