Sign in
opensecura
/
sw
/
vec
/
e90748d5415e041cf8f8938c083ae3d56016ab01
/
.
/
vector_tests
/
CMakeLists.txt
blob: e939871758ebf5dcfcd62b89b4662b3b7f244c9a [
file
] [
log
] [
blame
]
enable_language(ASM)
add_library(vector_tests
test_vector.c
common_vector_test.c)
target_include_directories(vector_tests PUBLIC include)
target_link_libraries(vector_tests springbok)
target_compile_options(vector_tests PUBLIC
${VEC_DEFAULT_COPTS}
)