################################################################################
# Autogenerated by build_tools/bazel_to_cmake/bazel_to_cmake.py from           #
# runtime/src/iree/runtime/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
    runtime
  HDRS
    "api.h"
  DEPS
    ::impl
    iree::base
  PUBLIC
)

iree_cc_library(
  NAME
    impl
  HDRS
    "call.h"
    "instance.h"
    "session.h"
  SRCS
    "call.c"
    "instance.c"
    "session.c"
  DEPS
    iree::base
    iree::base::internal
    iree::base::internal::file_io
    iree::hal
    iree::hal::drivers
    iree::modules::hal
    iree::vm
    iree::vm::bytecode::module
  PUBLIC
)

### BAZEL_TO_CMAKE_PRESERVES_ALL_CONTENT_BELOW_THIS_LINE ###

iree_cc_unified_library(
  NAME
    unified
  ROOT
    ::impl
)
