Skip to content
Snippets Groups Projects
Commit f6620e3e authored by Dmitriy A. Gerasimov's avatar Dmitriy A. Gerasimov
Browse files

[!] dap-sdk now attached as submodule, not as folder in cellframe-sdk

parent da39db41
No related branches found
No related tags found
No related merge requests found
......@@ -13,3 +13,7 @@
[submodule "prod_build"]
path = prod_build
url = ../prod_build_cellframe-node
[submodule "dap-sdk"]
path = dap-sdk
url = https://gitlab.demlabs.net/dap/dap-sdk
branch = develop
......@@ -8,12 +8,13 @@ set(CMAKE_C_STANDARD 11)
SET( CPACK_PACKAGE_NAME "${PROJECT_NAME}")
SET( CPACK_PACKAGE_VERSION_MAJOR 4)
SET( CPACK_PACKAGE_VERSION_MINOR 2)
SET( CPACK_PACKAGE_VERSION_PATCH 3)
SET( CPACK_PACKAGE_VERSION_PATCH 4)
# init CellFrame SDK
add_definitions("-DDAP_VERSION=\"${CPACK_PACKAGE_VERSION_MAJOR}-${CPACK_PACKAGE_VERSION_MINOR}.${CPACK_PACKAGE_VERSION_PATCH}\"")
set(SUBMODULES_NO_BUILD ON)
set(SUPPORT_PYTHON_PLUGINS ON)
set(DAPSDK_MODULES "core crypto network-core network-client network-server")
if (NOT WIN32)
set(CELLFRAME_MODULES "core chains mining network bridge-btc srv cs-blocks cs-blocks-poa cs-dag-poa cs-dag-pos cs-none srv-app srv-app-db srv-datum srv-xchange srv-stake modules-dynamic srv-vpn")
......@@ -22,6 +23,7 @@ else()
endif()
include (cellframe-sdk/cmake/OS_Detection.cmake)
add_subdirectory(dap-sdk)
add_subdirectory(cellframe-sdk)
if(UNIX)
......
Subproject commit 933be46931fb0929d6ca840579b210228ad760bf
Subproject commit 3a2b60a6d80921c64141fed8c07246f10d1d2837
Subproject commit a83c88fcd1a9d89a825d9513d58beac200d3433a
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