Sign in
opensecura
/
sw
/
vec
/
932cca7730df6fbaf346aebb3b6e98859ab957cb
/
.
/
vector_vset_tests
/
CMakeLists.txt
blob: d5e9b1c1a31cf4573faeae8b31fcf6e5f6c0295b [
file
] [
log
] [
blame
]
if(${BUILD_SIMPLIFIED_CORE})
return()
endif()
vec_cc_binary(
NAME
vector_vset_tests
SRCS
vector_vset_tests.c
DEPS
vector_tests
)