# 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_fizz_handshake_fizz_bridge
  SRCS
    FizzBridge.cpp
  EXPORTED_DEPS
    mvfst_constants
    mvfst_handshake_aead
    fizz::fizz
)

mvfst_add_library(mvfst_fizz_handshake
  SRCS
    FizzCryptoFactory.cpp
    FizzOpenSSLPacketNumberCipher.cpp
    FizzRetryIntegrityTagGenerator.cpp
    QuicFizzFactory.cpp
  DEPS
    mvfst_common_optional
    mvfst_fizz_handshake_fizz_bridge
    fizz::fizz
  EXPORTED_DEPS
    mvfst_codec_packet_number_cipher
    mvfst_common_buf_util
    mvfst_common_mvfst_logging
    mvfst_folly_utils
    mvfst_handshake
    mvfst_handshake_retry_integrity_tag_generator
    mvfst_handshake_transport_parameters
    fizz::fizz
    Folly::folly_ssl_openssl_ptr_types
)

add_subdirectory(test)
