# 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_healthcheck_callback
  SRCS
    ServerHealthCheckerCallback.cpp
  EXPORTED_DEPS
    proxygen_utils_time_util
    Folly::folly_container_f14_hash
    Folly::folly_network_address
)

proxygen_add_library(proxygen_healthcheck_pool_healthcheck
  EXPORTED_DEPS
    proxygen_healthcheck_callback
    proxygen_utils_time_util
    Folly::folly_io_socket_option_map
    Folly::folly_network_address
)
