# 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_observer_session_observer_container
  EXPORTED_DEPS
    proxygen_http_observer_session_observer_interface
    Folly::folly_observer_container
)

proxygen_add_library(proxygen_http_observer_session_observer_interface
  SRCS
    HTTPSessionObserverInterface.cpp
  EXPORTED_DEPS
    proxygen_http_message
    glog::glog
)

proxygen_add_library(proxygen_http_observer_http_transaction_observer_container
  EXPORTED_DEPS
    proxygen_http_observer_http_transaction_observer_interface
    Folly::folly_observer_container
)

proxygen_add_library(proxygen_http_observer_http_transaction_observer_interface
  SRCS
    HTTPTransactionObserverInterface.cpp
  EXPORTED_DEPS
    proxygen_http_message
    proxygen_utils_time_util
    Folly::folly_optional
)
