blob: c3961b937fc1d586942bcfae3835a1dae6732f06 [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::drivers::local_sync::sync_driver
iree::hal::local
iree::hal::local::loaders::static_library_loader
)