################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/async/cts/buffer/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
    pool_test
  SRCS
    "pool_test.cc"
  DEPS
    iree::async
    iree::async::cts::util::registry
    iree::async::cts::util::test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    registration_test
  SRCS
    "registration_test.cc"
  DEPS
    iree::async
    iree::async::cts::util::registry
    iree::async::cts::util::socket_test_base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    shared_pool_test
  SRCS
    "shared_pool_test.cc"
  DEPS
    iree::async
    iree::async::cts::util::registry
    iree::async::cts::util::test_base
    iree::base::internal::shm
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    all_tests
  DEPS
    ::pool_test
    ::registration_test
    ::shared_pool_test
  TESTONLY
  PUBLIC
)

iree_cc_library(
  NAME
    pool_benchmark
  SRCS
    "pool_benchmark.cc"
  DEPS
    benchmark
    iree::async
    iree::async::cts::util::benchmark_base
    iree::async::cts::util::registry
    iree::base
  TESTONLY
  ALWAYSLINK
  PUBLIC
)

iree_cc_library(
  NAME
    all_benchmarks
  DEPS
    ::pool_benchmark
  TESTONLY
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
