From f2f8afa368218a301b49f3103a6b14f749355532 Mon Sep 17 00:00:00 2001 From: ouwou <26526779+ouwou@users.noreply.github.com> Date: Wed, 31 Aug 2022 16:44:30 -0400 Subject: fix compilation maybe --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e779686..3ff2a2b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -119,4 +119,6 @@ if (ENABLE_VOICE) pkg_check_modules(libsodium REQUIRED IMPORTED_TARGET libsodium) target_link_libraries(abaddon PkgConfig::libsodium) + + target_link_libraries(abaddon ${CMAKE_DL_LIBS}) endif () -- cgit v1.2.3