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

[+] Added dap_crypto_python_module and dap_chain_python_module in traget link libraries

parent f99223f0
Branches feature-2236
No related tags found
1 merge request!26Support 3689
......@@ -18,7 +18,13 @@ add_library(${PROJECT_NAME} STATIC ${CHAIN_WALLET_PYTHON_SRCS} ${CHAIN_WALLET_PY
target_link_libraries(${PROJECT_NAME})
target_link_libraries(${PROJECT_NAME} dap_core dap_crypto dap_chain dap_chain_crypto dap_chain_net dap_chain_wallet )
target_link_libraries(${PROJECT_NAME} dap_core
dap_crypto
dap_crypto_python_module
dap_chain dap_chain_crypto
dap_chain_python_module
dap_chain_net
dap_chain_wallet )
target_include_directories(${PROJECT_NAME} PUBLIC include/ )
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