Sign in
pigweed
/
third_party
/
boringssl
/
boringssl
/
5aa8a8643851e309b48a1b5a5d91d2fd183eae52
/
.
/
crypto
/
dh
/
CMakeLists.txt
blob: 9e487d52c67502b8ac53a398f5ea503d7f6e41c9 [
file
] [
log
] [
blame
]
include_directories(. .. ../../include)
add_library(
dh
OBJECT
dh.c
dh_impl.c
params.c
check.c
dh_asn1.c
)
add_executable(
dh_test
dh_test.cc
)
target_link_libraries(dh_test crypto)