Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
dfc2948c73f4f91ad5a0a27836580ba3b0ce2578
/
.
/
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)