# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#     http://www.apache.org/licenses/LICENSE-2.0
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.

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

wangle_add_library(wangle_client_ssl
  SRCS
    SSLSessionCacheData.cpp
    SSLSessionCacheUtils.cpp
    SSLSessionCallbacks.cpp
    ThreadSafeSSLSessionCache.cpp
  DEPS
    wangle_util_logging
  EXPORTED_DEPS
    wangle_client_persistence
    wangle_ssl_ssl_util
    Folly::folly_executor
    Folly::folly_fbstring
    Folly::folly_io_async_async_ssl_socket
    Folly::folly_io_async_ssl_context
    Folly::folly_io_iobuf
    Folly::folly_json_dynamic
    Folly::folly_memory
    Folly::folly_optional
    Folly::folly_portability_openssl
    Folly::folly_shared_mutex
    Folly::folly_ssl_openssl_ptr_types
    ${OPENSSL_LIBRARIES}
)

wangle_add_library(wangle_client_ssl_ssl_session_cache_data
  EXPORTED_DEPS
    wangle_client_ssl
)

wangle_add_library(wangle_client_ssl_ssl_session_cache_utils
  EXPORTED_DEPS
    wangle_client_ssl
)

wangle_add_library(wangle_client_ssl_ssl_session_callbacks
  EXPORTED_DEPS
    wangle_client_ssl
)

wangle_add_library(wangle_client_ssl_ssl_session_persistent_cache
  EXPORTED_DEPS
    wangle_client_ssl
)

wangle_add_library(wangle_client_ssl_threadsafe_cache
  EXPORTED_DEPS
    wangle_client_ssl
)
