From 2a5758b7be09c855cb89be68bc207b55af14deef Mon Sep 17 00:00:00 2001 From: "alexey.stratulat" <alexey.stratulat@demlabs.net> Date: Mon, 25 Nov 2019 20:23:43 +0700 Subject: [PATCH] [+] Added link to libdap-chain-python connections --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 48c9c82b..ef906380 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -118,6 +118,7 @@ endif() target_link_libraries(${PROJECT_NAME} dap_python_module dap_crypto_python_module DapServerCore + dap_chain_python_module ) #target_link_libraries(${PROJECT_NAME} dap_core dap_crypto) -- GitLab