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