Sign in
opensecura
/
sw
/
vec_iree
/
4bc2f4dfa80904acc1c50a0deabc5c469af04d9d
/
.
/
ssd_postprocess
/
CMakeLists.txt
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
)