diff --git a/CMakeLists.txt b/CMakeLists.txt index 6d21ae65bd323124aed4e0adbff882d9cc8c1164..45c66dec63b269af652390f77117346a3ee032e4 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)