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
6d179645
Commit
6d179645
authored
4 years ago
by
Dmitriy A. Gerasimov
Browse files
Options
Downloads
Patches
Plain Diff
[*] Subs update
parent
30fc3b2e
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
CMakeLists.txt
+2
-12
2 additions, 12 deletions
CMakeLists.txt
cellframe-sdk
+1
-1
1 addition, 1 deletion
cellframe-sdk
cellframe-sdk-python
+0
-1
0 additions, 1 deletion
cellframe-sdk-python
python-cellframe
+1
-1
1 addition, 1 deletion
python-cellframe
with
4 additions
and
15 deletions
CMakeLists.txt
+
2
−
12
View file @
6d179645
...
...
@@ -7,8 +7,8 @@ set(CMAKE_C_STANDARD 11)
# Predefine project
SET
(
CPACK_PACKAGE_NAME
"
${
PROJECT_NAME
}
"
)
SET
(
CPACK_PACKAGE_VERSION_MAJOR 3
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
0
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
4
)
SET
(
CPACK_PACKAGE_VERSION_MINOR
1
)
SET
(
CPACK_PACKAGE_VERSION_PATCH
0
)
# init CellFrame SDK
add_definitions
(
"-DDAP_VERSION=
\"
${
CPACK_PACKAGE_VERSION_MAJOR
}
\"
"
)
...
...
@@ -194,16 +194,6 @@ if(UNIX AND NOT WIN32)
find_package
(
PythonLibs REQUIRED
)
include_directories
(
${
PYTHON_INCLUDE_DIR
}
include/
)
add_subdirectory
(
cellframe-sdk-python/libdap-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-server-core-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-crypto-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-chain-common-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-chain-net-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-chain-gdb-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-chain-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-app-cli-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-client-python
)
add_subdirectory
(
cellframe-sdk-python/libdap-chain-wallet-python
)
add_subdirectory
(
python-cellframe
)
add_subdirectory
(
libdap-plugins-python
)
set
(
NODE_LIBRARIES
${
NODE_LIBRARIES
}
${
PYTHON_LIBRARIES
}
dap_plugins_python
)
...
...
This diff is collapsed.
Click to expand it.
cellframe-sdk
@
158a2408
Compare
db871b3b
...
158a2408
Subproject commit
db871b3bfdc285d832a0f0842e4eab5f1ce0e577
Subproject commit
158a2408776833dbf90ddb4e2ec6c040fd8d2c3a
This diff is collapsed.
Click to expand it.
cellframe-sdk-python
@
dabbc982
Compare
dabbc982
...
dabbc982
Subproject commit dabbc982851f50c69b63f29430b0d81ad0ac9a36
This diff is collapsed.
Click to expand it.
python-cellframe
@
aaa5970a
Compare
c67dd84c
...
aaa5970a
Subproject commit
c67dd84c16c36b491fa78ae50735d520cf6a9bd1
Subproject commit
aaa5970ab49fd9c2624b216970fcb576822b5685
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