Sign in
boringssl
/
boringssl
/
ced555394f527876910c4299059ab71226f8cc4d
/
.
/
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)