# 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_sampling_sampled
  EXPORTED_DEPS
    proxygen_sampling
)

proxygen_add_library(proxygen_sampling_multi_sampled
  EXPORTED_DEPS
    proxygen_sampling
    Folly::folly_container_f14_hash
)

proxygen_add_library(proxygen_sampling
  SRCS
    Sampling.cpp
  DEPS
    Folly::folly_hash_hash
    Folly::folly_random
    glog::glog
  EXPORTED_DEPS
    Folly::folly_function
    Folly::folly_range
)

proxygen_add_library(proxygen_sampling_sampling_functions
  EXPORTED_DEPS
    mvfst::mvfst_codec_types
    Folly::folly_hash_hash
)

if(BUILD_TESTS)
  add_subdirectory(test)
endif()
