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

[+] Added submodule libdap-python

parent f3648f88
No related branches found
No related tags found
1 merge request!26Support 3689
...@@ -58,3 +58,6 @@ ...@@ -58,3 +58,6 @@
[submodule "libdap-crypto-python"] [submodule "libdap-crypto-python"]
path = libdap-crypto-python path = libdap-crypto-python
url = https://gitlab.demlabs.net/cellframe/libdap-crypto-python.git 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
...@@ -29,6 +29,7 @@ if(UNIX) ...@@ -29,6 +29,7 @@ if(UNIX)
add_definitions("-DDAP_OS_UNIX") add_definitions("-DDAP_OS_UNIX")
endif() endif()
add_subdirectory(libdap-python)
add_subdirectory(libdap-crypto) add_subdirectory(libdap-crypto)
add_subdirectory(libdap-chain) add_subdirectory(libdap-chain)
add_subdirectory(libdap-chain-crypto) add_subdirectory(libdap-chain-crypto)
...@@ -70,7 +71,7 @@ target_link_libraries(${PROJECT_NAME}) ...@@ -70,7 +71,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 dap_crypto_python_module) target_link_libraries(${PROJECT_NAME} dap_core dap_crypto dap_chain dap_chain_crypto dap_server_core dap_chain_net dap_crypto_python_module dap_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 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