Skip to content
Snippets Groups Projects
Commit 9f741486 authored by alexey.stratulat's avatar alexey.stratulat
Browse files

[+] Added submodule libdap-crypto-python and libdap-python

parent 7f47ba27
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -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
...@@ -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 )
......
Subproject commit e0fef50bbe630c2835020fbebf3bcdfe064255a8
Subproject commit 4a15aca686aa56313f8ef8157c7d0aba7c9d7154
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