libunwind and libdl linker dependencies added

This commit is contained in:
moneroexamples 2016-07-06 16:23:44 +08:00
parent 791e46513d
commit f58a6520a2
1 changed files with 3 additions and 1 deletions

View File

@ -127,4 +127,6 @@ target_link_libraries(${PROJECT_NAME}
lmdb
${Boost_LIBRARIES}
pthread
unbound)
unbound
unwind
dl))