From 4dfedce0a0604bec7d6ebfa8e3eead35ca150328 Mon Sep 17 00:00:00 2001 From: moneroexamples Date: Wed, 6 Jul 2016 16:25:10 +0800 Subject: [PATCH] libunwind and libdl linker dependencies added --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index f6b5ac0..9bea779 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -129,4 +129,4 @@ target_link_libraries(${PROJECT_NAME} pthread unbound unwind - dl)) + dl)