################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/async/cts/util/BUILD.bazel                                  #
#                                                                              #
# Use iree_cmake_extra_content from iree/build_defs.oss.bzl to add arbitrary   #
# CMake-only content.                                                          #
#                                                                              #
# To disable autogeneration for this file entirely, delete this header.        #
################################################################################

iree_add_all_subdirs()

iree_cc_library(
  NAME
    registry
  HDRS
    "registry.h"
  SRCS
    "registry.cc"
  DEPS
    iree::async
    iree::base
    iree::testing::gtest
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    socket_test_util
  HDRS
    "socket_test_util.h"
  DEPS
    iree::async
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    test_base
  HDRS
    "test_base.h"
  DEPS
    ::registry
    iree::async
    iree::base::threading
    iree::testing::gtest
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    socket_test_base
  HDRS
    "socket_test_base.h"
  DEPS
    ::socket_test_util
    ::test_base
    iree::async
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    benchmark_base
  HDRS
    "benchmark_base.h"
  DEPS
    ::registry
    benchmark
    iree::async
    iree::base::threading
  TESTONLY
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
