Sign in
opensecura
/
sw
/
vec_iree
/
b22a89c44ebe9926f0a81a75af70677cad5bd76a
/
.
/
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
)