From 673eb31389a28176f288684ee157bc10e36a012a Mon Sep 17 00:00:00 2001 From: cellframe <roman.khlopkov@demlabs.net> Date: Mon, 14 Nov 2022 19:42:01 +0300 Subject: [PATCH] [+] Standalone DAP-SDK --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d21ae65..45c66dec 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -62,6 +62,7 @@ if (NOT (SUPPORT_PYTHON_PLUGINS)) set(CELLFRAME_MODULES "core chains network cs-none srv") endif() include(cellframe-sdk/cmake/OS_Detection.cmake) + add_subdirectory(dap-sdk) add_subdirectory(cellframe-sdk) else() add_subdirectory(modules/plugins) -- GitLab