Skip to content
Snippets Groups Projects
Commit 673eb313 authored by Roman Khlopkov's avatar Roman Khlopkov 🔜
Browse files

[+] Standalone DAP-SDK

parent 98fc8298
No related branches found
No related tags found
No related merge requests found
...@@ -62,6 +62,7 @@ if (NOT (SUPPORT_PYTHON_PLUGINS)) ...@@ -62,6 +62,7 @@ if (NOT (SUPPORT_PYTHON_PLUGINS))
set(CELLFRAME_MODULES "core chains network cs-none srv") set(CELLFRAME_MODULES "core chains network cs-none srv")
endif() endif()
include(cellframe-sdk/cmake/OS_Detection.cmake) include(cellframe-sdk/cmake/OS_Detection.cmake)
add_subdirectory(dap-sdk)
add_subdirectory(cellframe-sdk) add_subdirectory(cellframe-sdk)
else() else()
add_subdirectory(modules/plugins) add_subdirectory(modules/plugins)
......
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