diff options
author | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-31 16:44:30 -0400 |
---|---|---|
committer | ouwou <26526779+ouwou@users.noreply.github.com> | 2022-08-31 16:44:30 -0400 |
commit | f2f8afa368218a301b49f3103a6b14f749355532 (patch) | |
tree | 418b0db0dd3cf6b4ddd40df8fdcfc70b1c053234 /CMakeLists.txt | |
parent | c393cc9707d4913e5fb7ea9904ce040a5223dff6 (diff) | |
download | abaddon-portaudio-f2f8afa368218a301b49f3103a6b14f749355532.tar.gz abaddon-portaudio-f2f8afa368218a301b49f3103a6b14f749355532.zip |
fix compilation maybe
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
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 () |