# 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_coro_server_list_generator
  EXPORTED_DEPS
    proxygen_pools_generators_member_group_config
    proxygen_pools_generators_server_config
    proxygen_pools_generators_server_list_generator
    Folly::folly_coro_task
)

proxygen_add_library(proxygen_pools_generators_coro_file_server_list_generator
  SRCS
    FileCoroServerListGenerator.cpp
  DEPS
    Folly::folly_file_util
  EXPORTED_DEPS
    proxygen_pools_generators_coro_server_list_generator
)

proxygen_add_library(proxygen_pools_generators_coro_json_file_server_list_generator
  SRCS
    JsonFileCoroServerListGenerator.cpp
  DEPS
    Folly::folly_json_dynamic
    Folly::folly_network_address
  EXPORTED_DEPS
    proxygen_pools_generators_coro_file_server_list_generator
)

proxygen_add_library(proxygen_pools_generators_coro_plain_text_file_server_list_generator
  SRCS
    PlainTextFileCoroServerListGenerator.cpp
  DEPS
    Folly::folly_network_address
  EXPORTED_DEPS
    proxygen_pools_generators_coro_file_server_list_generator
)
