# 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_folly_utils
  SRCS
    Utils.cpp
  DEPS
    mvfst_common_mvfst_logging
  EXPORTED_DEPS
    mvfst_common_optional
    Folly::folly_io_iobuf
)

mvfst_add_library(mvfst_folly_utils_buf_conv
  SRCS
    BufConv.cpp
  DEPS
    mvfst_common_quic_buffer
    Folly::folly_io_iobuf
  EXPORTED_DEPS
    Folly::folly_lang_assume
)
