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

[+] Added submodule libdap-chain-common

parent b5ed2352
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -67,3 +67,6 @@
[submodule "libdap-server-http-db"]
path = libdap-server-http-db
url = https://gitlab.demlabs.net/cellframe/libdap-server-http-db.git
[submodule "libdap-chain-common"]
path = libdap-chain-common
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common.git
......@@ -42,6 +42,13 @@ if (NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
"-fpic"
)
endif()
if (NOT (TARGET dap_chain_common))
add_subdirectory(libdap-chain-common)
target_compile_options(
dap_chain_common PRIVATE
"-fpic"
)
endif()
if (NOT (TARGET dap_chain_mempool))
add_subdirectory(libdap-chain-mempool)
target_compile_options(
......
Subproject commit c6225af83a270f68d4775fd2dfeee990bb658266
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