Sign in
boringssl
/
boringssl.git
/
4f94b1c19f8520273fa7751687b6daab82e02bc3
/
.
/
crypto
/
dsa
/
CMakeLists.txt
blob: de365656afe95e6564c355e4d478c237979afc4b [
file
]
include_directories(../../include)
add_library(
dsa
OBJECT
dsa.c
dsa_asn1.c
)
add_executable(
dsa_test
dsa_test.c
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(dsa_test crypto)
add_dependencies(all_tests dsa_test)