From 1f6ce1123c7a4e4c5e9ff61395e7300d0659c9d2 Mon Sep 17 00:00:00 2001 From: Justin Scofield <47263509+scawful@users.noreply.github.com> Date: Sun, 7 Aug 2022 13:01:39 -0400 Subject: [PATCH] chore: link cmake dl libs --- src/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 431f63a5..352c51bd 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -142,7 +142,8 @@ target_link_libraries( ${SDL_TARGETS} ${PNG_LIBRARIES} ${GLEW_LIBRARIES} - ${OPENGL_LIBRARIES} + ${OPENGL_LIBRARIES} + ${CMAKE_DL_LIBS} ImGui )