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

iree_cc_library(
  NAME
    all_tests
  DEPS
    ::futex_test
  TESTONLY
  PUBLIC
)

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

iree_cc_library(
  NAME
    all_benchmarks
  DEPS
    ::futex_benchmark
  TESTONLY
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
