blob: b7002687e15e2dd6ce41e0072c887d4fef60b632 [file] [log] [blame]
iree_cc_library(
NAME
util
SRCS
"util.c"
DEPS
iree::base
iree::hal
iree::hal::local
iree::hal::local::loaders::embedded_library_loader
iree::hal::local::sync_driver
iree::modules::hal
iree::vm
iree::vm::bytecode_module
samples::device::device_embedded_sync
)