Sign in
pigweed
/
third_party
/
github
/
google
/
boringssl
/
10bec39d0ea79b1c505366c2b793511a2815f277
/
.
/
crypto
/
dsa
/
CMakeLists.txt
blob: 6dfb2a6d5502f0f593ed5cc295a0da0a6451a71a [
file
]
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)