Sign in
fuchsia
/
third_party
/
boringssl
/
refs/heads/upstream/2987
/
.
/
crypto
/
dh
/
CMakeLists.txt
blob: f1e86162f7cc1a40e805fed9b0f13ea81b194952 [
file
] [
log
] [
blame
]
include_directories
(../../
include
)
add_library
(
dh
OBJECT
dh
.
c
params
.
c
check
.
c
dh_asn1
.
c
)
add_executable
(
dh_test
dh_test
.
cc
$
<
TARGET_OBJECTS
:
test_support
>
)
target_link_libraries
(
dh_test crypto
)
add_dependencies
(
all_tests dh_test
)