mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-17 07:50:24 +01:00
Don't link against SDL2main
This commit is contained in:
parent
4e52d547b2
commit
34b47116a1
|
@ -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}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user