################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/hal/drivers/local_sync/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
    sync_driver
  HDRS
    "sync_device.h"
    "sync_driver.h"
    "sync_event.h"
    "sync_semaphore.h"
  SRCS
    "sync_device.c"
    "sync_driver.c"
    "sync_event.c"
    "sync_semaphore.c"
  DEPS
    iree::base
    iree::base::internal
    iree::base::internal::arena
    iree::base::internal::cpu
    iree::base::internal::synchronization
    iree::hal
    iree::hal::local
    iree::hal::local::executable_environment
    iree::hal::utils::deferred_command_buffer
    iree::hal::utils::file_transfer
    iree::hal::utils::files
    iree::hal::utils::semaphore_base
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
