Skip to content
Snippets Groups Projects
Commit 5a2e97f0 authored by dmitriy.gerasimov's avatar dmitriy.gerasimov
Browse files

[*] added libcrypto dependence

parent c222ebb1
No related branches found
No related tags found
No related merge requests found
...@@ -26,6 +26,7 @@ set(DAP_CHAIN_CRYPTO_HEADERS ...@@ -26,6 +26,7 @@ set(DAP_CHAIN_CRYPTO_HEADERS
if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON)) if(NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
add_subdirectory(libdap) add_subdirectory(libdap)
add_subdirectory(libdap-crypto)
add_subdirectory(libdap-chain) add_subdirectory(libdap-chain)
enable_testing() enable_testing()
add_subdirectory(test) add_subdirectory(test)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment