# 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_bootstrap_client_bootstrap
  EXPORTED_DEPS
    wangle_channel
    wangle_util_logging
    Folly::folly_executors_io_thread_pool_executor
    Folly::folly_futures_core
    Folly::folly_io_async_async_socket
    Folly::folly_io_async_async_ssl_socket
    Folly::folly_io_async_destructor_check
    Folly::folly_io_async_event_base_manager
    Folly::folly_io_socket_option_map
    Folly::folly_network_address
    Folly::folly_ssl_ssl_session
)

wangle_add_library(wangle_bootstrap_server_bootstrap
  SRCS
    ServerBootstrap.cpp
  DEPS
    Folly::folly_executors_thread_factory_named_thread_factory
  EXPORTED_DEPS
    wangle_acceptor
    wangle_acceptor_managed
    wangle_bootstrap_client_bootstrap
    wangle_channel
    wangle_ssl_ssl_config
    wangle_util_logging
    Folly::folly_exception_wrapper
    Folly::folly_executors_io_thread_pool_executor
    Folly::folly_io_async_async_transport
    Folly::folly_io_async_async_udp_server_socket
    Folly::folly_io_async_delayed_destruction
    Folly::folly_io_async_event_base_manager
    Folly::folly_io_async_server_socket
    Folly::folly_shared_mutex
    Folly::folly_synchronization_baton
    Folly::folly_synchronized
    Folly::folly_system_hardware_concurrency
)

wangle_add_library(wangle_bootstrap
  EXPORTED_DEPS
    wangle_bootstrap_client_bootstrap
    wangle_bootstrap_server_bootstrap
)

wangle_add_library(wangle_bootstrap_accept_routing_handler
  EXPORTED_DEPS
    wangle_bootstrap_server_bootstrap
)

wangle_add_library(wangle_bootstrap_base_client_bootstrap
  EXPORTED_DEPS
    wangle_bootstrap_client_bootstrap
)

wangle_add_library(wangle_bootstrap_routing_data_handler
  EXPORTED_DEPS
    wangle_bootstrap_client_bootstrap
)

wangle_add_library(wangle_bootstrap_server_socket_factory
  EXPORTED_DEPS
    wangle_bootstrap_server_bootstrap
)
