Sign in
boringssl
/
boringssl.git
/
cc2c7aa91c68d2d56f0507927dc144b89fdd1f10
/
.
/
crypto
/
ecdsa
/
CMakeLists.txt
blob: e7581be108152b49f3ac4da48f80efc0b378db09 [
file
]
include_directories(../../include)
add_library(
ecdsa
OBJECT
ecdsa.c
ecdsa_asn1.c
)
add_executable(
ecdsa_test
ecdsa_test.cc
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(ecdsa_test crypto)