blob: 94a6e52177911a674ff27283a7df2105486010a9 [file] [log] [blame]
iree_cc_library(
NAME
box
HDRS
"box.h"
"common.h"
SRCS
"box.c"
)
iree_cc_library(
NAME
nms
HDRS
"common.h"
"nms.h"
SRCS
"nms.c"
)
iree_cc_library(
NAME
pipeline
HDRS
"pipeline.h"
SRCS
"pipeline.c"
DEPS
::box
::nms
)