# 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_client_handshake
  SRCS
    FizzClientHandshake.cpp
    FizzClientQuicHandshakeContext.cpp
  DEPS
    mvfst_codec_pktbuilder
    mvfst_common_mvfst_logging
    mvfst_fizz_handshake_fizz_bridge
    fizz::fizz
  EXPORTED_DEPS
    mvfst_client_client_extension
    mvfst_client_state_and_handshake
    mvfst_fizz_client_handshake_psk_cache
    mvfst_fizz_handshake
    fizz::fizz
)

mvfst_add_library(mvfst_fizz_client_handshake_psk_cache
  EXPORTED_DEPS
    mvfst_client_cached_server_tp
    mvfst_common_optional
    fizz::fizz
)

mvfst_add_library(mvfst_fizz_client_handshake_token_cache
  EXPORTED_DEPS
    mvfst_common_optional
)

add_subdirectory(test)
