Sign in
boringssl
/
boringssl.git
/
1bfce80b44c3b53fea90b90a59abc25bcff8c5ab
/
.
/
crypto
/
dsa
/
CMakeLists.txt
blob: e8b7793aee9593195e391f7f0218fd1098f87bdb [
file
]
include_directories(../../include)
add_library(
dsa
OBJECT
dsa.c
dsa_impl.c
dsa_asn1.c
)
add_executable(
dsa_test
dsa_test.c
$<TARGET_OBJECTS:test_support>
)
target_link_libraries(dsa_test crypto)