# 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_server_handshake
  SRCS
    FizzServerHandshake.cpp
    FizzServerQuicHandshakeContext.cpp
  DEPS
    mvfst_common_mvfst_logging
    mvfst_constants
    mvfst_fizz_handshake_fizz_bridge
    mvfst_fizz_server_handshake_handshake_app_token
    mvfst_server_state_server
    fizz::fizz
  EXPORTED_DEPS
    mvfst_common_circular_deque
    mvfst_fizz_handshake
    mvfst_server_handshake
    fizz::fizz
)

mvfst_add_library(mvfst_fizz_server_handshake_handshake_app_token
  SRCS
    AppToken.cpp
  DEPS
    mvfst_constants
    mvfst_fizz_handshake
    fizz::fizz
  EXPORTED_DEPS
    mvfst_common_optional
    mvfst_server_handshake_app_token
    fizz::fizz
)
