Sign in
boringssl
/
boringssl.git
/
96e97b1bf1361d809599102000f4e4ab980420f3
/
.
/
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)