# Copyright (c) Meta Platforms, Inc. and affiliates.
# All rights reserved.
#
# This source code is licensed under the BSD-style license found in the
# LICENSE file in the root directory of this source tree.

# Auto-generated by proxygen/facebook/generate_cmake.py - DO NOT EDIT MANUALLY

proxygen_add_library(proxygen_http_codec_webtransport_webtransport_framer
  SRCS
    WebTransportFramer.cpp
  DEPS
    proxygen_http_codec_varint_utils
    mvfst::mvfst_codec_types
    mvfst::mvfst_folly_utils
    Folly::folly_io_iobuf
    Folly::folly_utility
  EXPORTED_DEPS
    proxygen_http_codec_capsule_codec
)

proxygen_add_library(proxygen_http_codec_webtransport_webtransport_capsule_codec
  SRCS
    WebTransportCapsuleCodec.cpp
  EXPORTED_DEPS
    proxygen_http_codec_capsule_codec
    proxygen_http_codec_webtransport_webtransport_framer
)
