mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-22 09:57:41 +00:00
[#3729] Added crypto dependency to dhcpsrc/tests
This commit is contained in:
parent
d554e7a29d
commit
8f9ac9da55
@ -94,7 +94,7 @@ kea_dhcpsrv_tests = executable(
|
||||
f'-DKEA_LFC_BUILD_DIR="@TOP_BUILD_DIR@/src/bin/lfc"',
|
||||
f'-DDEFAULT_HOOKS_PATH="@DEFAULT_HOOKS_PATH@"',
|
||||
],
|
||||
dependencies: [boost, gtest],
|
||||
dependencies: [boost, crypto, gtest],
|
||||
include_directories: [include_directories('.')] + INCLUDES,
|
||||
link_with: [kea_util_unittests_lib] + libs_testutils + LIBS_BUILT_SO_FAR,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user