blob: b004f46f55f6d7d24d5818d339859f83d9529904 [file]
include_directories($ENV{ROOTDIR}/sw/vec/springbok/include)
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
)