################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/hal/drivers/null/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
    null
  HDRS
    "api.h"
  SRCS
    "allocator.c"
    "allocator.h"
    "buffer.c"
    "buffer.h"
    "channel.c"
    "channel.h"
    "command_buffer.c"
    "command_buffer.h"
    "device.c"
    "device.h"
    "driver.c"
    "driver.h"
    "event.c"
    "event.h"
    "executable.c"
    "executable.h"
    "executable_cache.c"
    "executable_cache.h"
    "semaphore.c"
    "semaphore.h"
  DEPS
    iree::base
    iree::base::internal
    iree::hal
    iree::hal::utils::file_transfer
    iree::hal::utils::files
    iree::hal::utils::semaphore_base
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###
