Sign in
opensecura
/
sw
/
vec
/
8b86433a9f6ee1f157d72b056867500568b2d9ba
/
.
/
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
)