Sign in
opensecura
/
sw
/
vec_iree
/
328472488bfec54ef6659de3c5e61ed7144908d4
/
.
/
samples
/
risp4ml
/
common
/
CMakeLists.txt
blob: 49346c1d39896e3503cb36c05dd7a9c2437095b5 [
file
] [
log
] [
blame
]
iree_cc_library(
NAME
image
HDRS
"image.h"
SRCS
"image.c"
)
iree_cc_library(
NAME
test_utils
HDRS
"test_utils.h"
DEPS
::image
)
iree_cc_library(
NAME
utils
HDRS
"utils.h"
SRCS
"utils.c"
)