From 9fe9a0240ec93005ac536ee90b5291348db30807 Mon Sep 17 00:00:00 2001 From: Georgi Gerganov Date: Sat, 16 Jan 2021 15:48:05 +0200 Subject: [PATCH] examples : fix build --- examples/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/CMakeLists.txt b/examples/CMakeLists.txt index 8ad169a..874878d 100644 --- a/examples/CMakeLists.txt +++ b/examples/CMakeLists.txt @@ -42,6 +42,7 @@ add_library(ggwave-common ${GGWAVE_LIBRARY_TYPE} ) target_link_libraries(ggwave-common PRIVATE + ${CMAKE_DL_LIBS} ) if (GGWAVE_SUPPORT_SDL2)