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