# 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_pools_generators_member_group_config)

proxygen_add_library(proxygen_pools_generators_server_config
  EXPORTED_DEPS
    proxygen_pools_generators_member_group_config
    Folly::folly_network_address
)

proxygen_add_library(proxygen_pools_generators_server_list_generator
  SRCS
    ServerListGenerator.cpp
  EXPORTED_DEPS
    proxygen_pools_generators_member_group_config
    proxygen_pools_generators_server_config
    Folly::folly_io_async_async_base
    Folly::folly_network_address
    glog::glog
)

proxygen_add_library(proxygen_pools_generators_file_server_list_generator
  SRCS
    FileServerListGenerator.cpp
  DEPS
    Folly::folly_file_util
    Folly::folly_json_dynamic
    Folly::folly_network_address
  EXPORTED_DEPS
    proxygen_pools_generators_server_list_generator
    proxygen_utils_exception
)

add_subdirectory(coro)
