Sign in
boringssl
/
boringssl
/
659de419c14c8cd25a6d73b90d5b5c5282bd501f
/
.
/
crypto
/
ecdsa
/
CMakeLists.txt
blob: 3f0caf07c103c6817bd900f11d0d947ea8503450 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
ecdsa
OBJECT
ecdsa.c
ecdsa_asn1.c
ecdsa_error.c
)
add_executable(
ecdsa_test
ecdsa_test.c
)
target_link_libraries(ecdsa_test crypto)