Sign in
boringssl
/
boringssl
/
33672736b7531dd3a214d93987dfd1f7455058ef
/
.
/
crypto
/
ecdsa
/
CMakeLists.txt
blob: 95adbad2f2f803549fecb77e0077b5d6d926134d [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
ecdsa
OBJECT
ecdsa.c
ecdsa_asn1.c
)
add_executable(
ecdsa_test
ecdsa_test.c
)
target_link_libraries(ecdsa_test crypto)