From 5a2e97f071571034e5d812bc6af255ead9dfc9a0 Mon Sep 17 00:00:00 2001 From: Dmitriy Gerasimov <naeper@demlabs.net> Date: Sun, 26 May 2019 18:04:23 +0700 Subject: [PATCH] [*] added libcrypto dependence --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 50b6ce1..b59e18f 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -26,6 +26,7 @@ set(DAP_CHAIN_CRYPTO_HEADERS if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) add_subdirectory(libdap) + add_subdirectory(libdap-crypto) add_subdirectory(libdap-chain) enable_testing() add_subdirectory(test) -- GitLab