From f58a6520a268344f718218ea0e1af0536d534f5c Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 6 Jul 2016 16:23:44 +0800 Subject: [PATCH] libunwind and libdl linker dependencies added --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index c055ede..f6b5ac0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -127,4 +127,6 @@ target_link_libraries(${PROJECT_NAME} lmdb ${Boost_LIBRARIES} pthread - unbound) + unbound + unwind + dl))