From 1f4609f371f441d67f90282afce37a693f12c4c4 Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Mon, 20 Apr 2020 22:30:05 +0700 Subject: [PATCH] [+] Added dap_crypto_python_module and dap_chain_python_module in traget link libraries --- CMakeLists.txt | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index b3d2c99..5f27c0e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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/ ) -- GitLab