mirror of
https://github.com/minetest/irrlicht.git
synced 2025-07-06 10:10:25 +02:00
Don't link against SDL2main
This commit is contained in:
@ -313,7 +313,7 @@ set(link_libs
|
|||||||
"${ZLIB_LIBRARY}"
|
"${ZLIB_LIBRARY}"
|
||||||
"${JPEG_LIBRARY}"
|
"${JPEG_LIBRARY}"
|
||||||
"${PNG_LIBRARY}"
|
"${PNG_LIBRARY}"
|
||||||
"$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
|
"$<$<BOOL:${USE_SDL2}>:SDL2::SDL2>"
|
||||||
|
|
||||||
${OPENGL_LIBRARIES}
|
${OPENGL_LIBRARIES}
|
||||||
${OPENGLES_LIBRARY}
|
${OPENGLES_LIBRARY}
|
||||||
|
Reference in New Issue
Block a user