diff --git a/CMakeLists.txt b/CMakeLists.txt index 77151a5..e837c09 100644 --- a/CMakeLists.txt +++ b/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})