diff --git a/CMakeLists.txt b/CMakeLists.txt
index 50b6ce128e95e14f822e03d494280a3b240807ab..b59e18f2718cafca285479b9d8bcfc140d79773c 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)