chore: link cmake dl libs

This commit is contained in:
Justin Scofield
2022-08-07 13:01:39 -04:00
parent 21e7944567
commit 1f6ce1123c

View File

@@ -142,7 +142,8 @@ target_link_libraries(
${SDL_TARGETS}
${PNG_LIBRARIES}
${GLEW_LIBRARIES}
${OPENGL_LIBRARIES}
${OPENGL_LIBRARIES}
${CMAKE_DL_LIBS}
ImGui
)