Browse Source

Added linker reference to dl

pull/1/head
Joseph Henry 8 years ago
parent
commit
50cd2499b7
  1. 2
      CMakeLists.txt

2
CMakeLists.txt

@ -164,7 +164,7 @@ foreach (testsourcefile ${APP_SOURCES})
if (WIN32)
target_link_libraries (${testname} lwip zto zt)
else()
target_link_libraries (${testname} lwip zto zt pthread)
target_link_libraries (${testname} lwip zto zt pthread dl)
endif()
endforeach (testsourcefile ${APP_SOURCES})

Loading…
Cancel
Save