# 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_ssl
  EXPORTED_DEPS
    Folly::folly_portability_openssl
    glog::glog
)

proxygen_add_library(proxygen_ssl_fizz_handshake_error_type
  SRCS
    FizzHandshakeErrorType.cpp
  DEPS
    wangle::wangle_acceptor
    fizz::fizz
  EXPORTED_DEPS
    Folly::folly_exception_wrapper
)
