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

[+] Added submodule libdap-chain-common-python.

parent 300df843
No related branches found
No related tags found
1 merge request!26Support 3689
......@@ -82,3 +82,6 @@
[submodule "libdap-python"]
path = libdap-python
url = https://gitlab.demlabs.net/cellframe/libdap-python.git
[submodule "libdap-chain-common-python"]
path = libdap-chain-common-python
url = https://gitlab.demlabs.net/cellframe/libdap-chain-common-python.git
......@@ -189,6 +189,13 @@ if (NOT (${SUBMODULES_NO_BUILD} MATCHES ON))
"-fpic"
)
endif()
if (NOT (TARGET (dap_chain_common_python_module)))
add_subdirectory(libdap-chain-common-python)
target_compile_options(
dap_chain_common_python_module PRIVATE
"-fpic"
)
endif()
endif()
......
Subproject commit 4886d3e91ce097e3f923e4b4d3e52bb8509d7c46
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