Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
celllframe-node
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Dmitry Puzyrkov
celllframe-node
Commits
f6620e3e
Commit
f6620e3e
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[!] dap-sdk now attached as submodule, not as folder in cellframe-sdk
parent
da39db41
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+4
-0
4 additions, 0 deletions
.gitmodules
CMakeLists.txt
+3
-1
3 additions, 1 deletion
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
dap-sdk
+1
-0
1 addition, 0 deletions
dap-sdk
with
9 additions
and
2 deletions
.gitmodules
+
4
−
0
View file @
f6620e3e
...
...
@@ -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
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
3
−
1
View file @
f6620e3e
...
...
@@ -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
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
3a2b60a6
Compare
933be469
...
3a2b60a6
Subproject commit
933be46931fb0929d6ca840579b210228ad760bf
Subproject commit
3a2b60a6d80921c64141fed8c07246f10d1d2837
This diff is collapsed.
Click to expand it.
dap-sdk
@
a83c88fc
Subproject commit a83c88fcd1a9d89a825d9513d58beac200d3433a
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment