summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorouwou <26526779+ouwou@users.noreply.github.com>2023-04-26 21:55:12 -0400
committerouwou <26526779+ouwou@users.noreply.github.com>2023-04-26 21:55:19 -0400
commitc5af6edf0d4c51a7e7cd6d038a17a9ec84e63e60 (patch)
tree046d624b2421f7a2ba1549854a23a8e62df888ec
parent5ae8e9710f4d09af15bb35cfaa6918c9ba24d8c2 (diff)
downloadabaddon-portaudio-c5af6edf0d4c51a7e7cd6d038a17a9ec84e63e60.tar.gz
abaddon-portaudio-c5af6edf0d4c51a7e7cd6d038a17a9ec84e63e60.zip
link CMAKE_DL_LIBS (#155)
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
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)