# 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_http_codec_compress_experimental_simulator_utils
  SRCS
    CompressionUtils.cpp
  EXPORTED_DEPS
    proxygen_http_codec_compress_header_codec
    proxygen_http_codec_compress_hpack
    proxygen_http_header_constants
    proxygen_http_message
    Folly::folly_container_reserve
    Folly::folly_expected
)

proxygen_add_library(proxygen_http_codec_compress_experimental_simulator_hpack_queue
  EXPORTED_DEPS
    proxygen_http_codec_compress_hpack
    Folly::folly_io_async_destructor_check
)
