blob: 8aa809a4c4923fcb68fa7d8e1e1f9bd31e4c0594 [file] [log] [blame]
iree_cc_library(
NAME
device_static_loader
HDRS
"device.h"
SRCS
"device_static_loader.c"
DEPS
iree::base
iree::hal
iree::hal::local
iree::hal::local::loaders::static_library_loader
iree::hal::local::sync_driver
)