Skip to content
Snippets Groups Projects
Commit 72995440 authored by Dmitriy Gerasimov's avatar Dmitriy Gerasimov
Browse files

[*] Submodules update

parent 92e50915
No related branches found
No related tags found
No related merge requests found
[submodule "libdap"] [submodule "libdap"]
path = libdap path = libdap
url = https://github.com/kelvinblockchain/libdap.git url = https://gitlab.com/demlabs/libdap.git
[submodule "libdap-server"] [submodule "libdap-server"]
path = libdap-server path = libdap-server
url = https://github.com/kelvinblockchain/libdap-server.git url = https://github.com/kelvinblockchain/libdap-server.git
[submodule "libdap-chain"] [submodule "libdap-chain"]
path = libdap-chain path = libdap-chain
url = https://github.com/kelvinblockchain/libdap-chain.git url = https://gitlab.com/demlabs/libdap-chain.git
[submodule "libdap-stream"] [submodule "libdap-stream"]
path = libdap-stream path = libdap-stream
url = https://github.com/kelvinblockchain/libdap-stream.git url = https://gitlab.com/demlabs/libdap-stream.git
[submodule "libdap-stream-ch-vpn"] [submodule "libdap-stream-ch-vpn"]
path = libdap-stream-ch-vpn path = libdap-stream-ch-vpn
url = https://github.com/kelvinblockchain/libdap-stream-ch-vpn.git url = https://gitlab.com/demlabs/libdap-stream-ch-vpn.git
[submodule "libdap-stream-ch-av"] [submodule "libdap-stream-ch-av"]
path = libdap-stream-ch-av path = libdap-stream-ch-av
url = https://github.com/kelvinblockchain/libdap-stream-ch-av url = https://gitlab.com/demlabs/libdap-stream-ch-av
[submodule "libdap-stream-ch-chat"] [submodule "libdap-stream-ch-chat"]
path = libdap-stream-ch-chat path = libdap-stream-ch-chat
url = https://github.com/kelvinblockchain/libdap-stream-ch-chat url = https://gitlab.com/demlabs/libdap-stream-ch-chat
...@@ -37,10 +37,10 @@ add_definitions ("${dap_udp_server_DEFINITIONS}") ...@@ -37,10 +37,10 @@ add_definitions ("${dap_udp_server_DEFINITIONS}")
add_definitions ("${dap_session_DEFINITIONS}") add_definitions ("${dap_session_DEFINITIONS}")
add_definitions ("${dap_stream_DEFINITIONS}") add_definitions ("${dap_stream_DEFINITIONS}")
set(SOURCES sources/kelvin-node.c sources/node_manager.c ) set(SOURCES sources/main.c sources/node_manager.c )
set(HEADERS sources/node_manager.h) set(HEADERS sources/node_manager.h)
set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ") set(CMAKE_C_FLAGS "${CMAKE_C_FLAGS} ")
add_executable(${PROJECT_NAME} "sources/kelvin-node.c" ${HEADERS} ${SOURCES} ${CRYPTO_SRCS}) add_executable(${PROJECT_NAME} "sources/main.c" ${HEADERS} ${SOURCES} ${CRYPTO_SRCS})
target_link_libraries(${PROJECT_NAME} dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_core dap_enc_server dap_stream m pthread) target_link_libraries(${PROJECT_NAME} dap_http_server dap_core_server dap_udp_server dap_session dap_crypto dap_core dap_enc_server dap_stream m pthread)
Subproject commit 10ee49ab4ba2354c4710deb94b9bb51cd4badf6b Subproject commit ed18c7882c3586a2f323667c8e30d21d86cac5fd
Subproject commit 6366bceae27b633d32630053c9fd295f07db7435 Subproject commit b74c398692051acb301f3dda4ffc1bb8a87c5281
Subproject commit ef24af6c87d6141ebb919a62f8b1fd461a373f60 Subproject commit a7f193603b176c0007a011c7cdce37180848cc80
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