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