From c5af6edf0d4c51a7e7cd6d038a17a9ec84e63e60 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 26 Apr 2023 21:55:12 -0400 Subject: link CMAKE_DL_LIBS (#155) --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index a3af60f..7dc31d2 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -107,6 +107,7 @@ target_link_libraries(abaddon ${GTKMM_LIBRARIES}) target_link_libraries(abaddon ${CURL_LIBRARIES}) target_link_libraries(abaddon ${ZLIB_LIBRARY}) target_link_libraries(abaddon ${NLOHMANN_JSON_LIBRARIES}) +target_link_libraries(abaddon ${CMAKE_DL_LIBS}) if (USE_LIBHANDY) find_package(libhandy REQUIRED) -- cgit v1.2.3