# Copyright (c) Meta Platforms, Inc. and affiliates.
#
# This source code is licensed under the MIT license found in the
# LICENSE file in the root directory of this source tree.

# Auto-generated by quic/facebook/generate_cmake.py - DO NOT EDIT MANUALLY

mvfst_add_library(mvfst_priority_priority_queue
  EXPORTED_DEPS
    mvfst_common_mvfst_logging
    mvfst_common_optional
)

mvfst_add_library(mvfst_priority_round_robin
  SRCS
    RoundRobin.cpp
  DEPS
    mvfst_common_mvfst_logging
    mvfst_logging_oops_logger
  EXPORTED_DEPS
    mvfst_common_optional
    mvfst_config
    mvfst_priority_priority_queue
)

mvfst_add_library(mvfst_priority_http_priority_queue
  SRCS
    HTTPPriorityQueue.cpp
  DEPS
    mvfst_common_mvfst_logging
    mvfst_logging_oops_logger
  EXPORTED_DEPS
    mvfst_config
    mvfst_priority_priority_queue
    mvfst_priority_round_robin
    Folly::folly_cpp_attributes
)

add_subdirectory(test)
