Sign in
boringssl
/
boringssl
/
af6e45bde5174d4c0e6b6c9b61b946e62f9ded15
/
.
/
crypto
/
dsa
/
CMakeLists.txt
blob: 6dfb2a6d5502f0f593ed5cc295a0da0a6451a71a [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
dsa
OBJECT
dsa.c
dsa_impl.c
dsa_asn1.c
dsa_error.c
)
add_executable(
dsa_test
dsa_test.c
)
target_link_libraries(dsa_test crypto)