Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
python-cellframe
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
1
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
cellframe
python-cellframe
Commits
9f741486
Commit
9f741486
authored
5 years ago
by
alexey.stratulat
Browse files
Options
Downloads
Patches
Plain Diff
[+] Added submodule libdap-crypto-python and libdap-python
parent
7f47ba27
No related branches found
No related tags found
1 merge request
!26
Support 3689
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
.gitmodules
+6
-0
6 additions, 0 deletions
.gitmodules
CMakeLists.txt
+4
-1
4 additions, 1 deletion
CMakeLists.txt
libdap-crypto-python
+1
-0
1 addition, 0 deletions
libdap-crypto-python
libdap-python
+1
-0
1 addition, 0 deletions
libdap-python
with
12 additions
and
1 deletion
.gitmodules
+
6
−
0
View file @
9f741486
...
@@ -58,3 +58,9 @@
...
@@ -58,3 +58,9 @@
[submodule "libdap-chain-python"]
[submodule "libdap-chain-python"]
path = libdap-chain-python
path = libdap-chain-python
url = https://gitlab.demlabs.net/cellframe/libdap-chain-python.git
url = https://gitlab.demlabs.net/cellframe/libdap-chain-python.git
[submodule "libdap-crypto-python"]
path = libdap-crypto-python
url = https://gitlab.demlabs.net/cellframe/libdap-crypto-python.git
[submodule "libdap-python"]
path = libdap-python
url = https://gitlab.demlabs.net/cellframe/libdap-python.git
This diff is collapsed.
Click to expand it.
CMakeLists.txt
+
4
−
1
View file @
9f741486
...
@@ -47,6 +47,9 @@ add_subdirectory(libdap-chain-wallet)
...
@@ -47,6 +47,9 @@ add_subdirectory(libdap-chain-wallet)
add_subdirectory
(
libdap-chain-net-srv
)
add_subdirectory
(
libdap-chain-net-srv
)
add_subdirectory
(
libdap-chain-net-srv-vpn
)
add_subdirectory
(
libdap-chain-net-srv-vpn
)
add_subdirectory
(
libdap-chain-gdb
)
add_subdirectory
(
libdap-chain-gdb
)
add_subdirectory
(
libdap-chain-python
)
add_subdirectory
(
libdap-crypto-python
)
add_subdirectory
(
libdap-python
)
file
(
GLOB CHAIN_NET_PYTHON_SRCS src/*.c
)
file
(
GLOB CHAIN_NET_PYTHON_SRCS src/*.c
)
file
(
GLOB CHAIN_NET_PYTHON_HEADERS include/*.h
)
file
(
GLOB CHAIN_NET_PYTHON_HEADERS include/*.h
)
...
@@ -69,7 +72,7 @@ target_link_libraries(${PROJECT_NAME})
...
@@ -69,7 +72,7 @@ target_link_libraries(${PROJECT_NAME})
#)
#)
target_link_libraries
(
${
PROJECT_NAME
}
dap_core dap_crypto dap_chain dap_chain_crypto dap_server_core dap_chain_net
)
target_link_libraries
(
${
PROJECT_NAME
}
dap_core dap_crypto dap_chain dap_chain_crypto dap_server_core dap_chain_net
dap_chain_python_module
)
#target_link_libraries(${PROJECT_NAME} dap_core dap_crypto dap_chain dap_chain_global_db dap_chain_crypto dap_chain_mempool
#target_link_libraries(${PROJECT_NAME} dap_core dap_crypto dap_chain dap_chain_global_db dap_chain_crypto dap_chain_mempool
#
#
# ) #dap_chain_crypto dap_chain_mempool dap_chain_global_db )
# ) #dap_chain_crypto dap_chain_mempool dap_chain_global_db )
...
...
This diff is collapsed.
Click to expand it.
libdap-crypto-python
@
e0fef50b
Subproject commit e0fef50bbe630c2835020fbebf3bcdfe064255a8
This diff is collapsed.
Click to expand it.
libdap-python
@
4a15aca6
Subproject commit 4a15aca686aa56313f8ef8157c7d0aba7c9d7154
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