mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-13 14:00:27 +01:00
MSVC please...
This commit is contained in:
parent
25a06cae62
commit
a43fdfb4db
|
@ -514,9 +514,9 @@ target_include_directories(IrrlichtMt
|
|||
)
|
||||
|
||||
target_link_libraries(IrrlichtMt PRIVATE
|
||||
"${ZLIB_LIBRARY}"
|
||||
"${JPEG_LIBRARY}"
|
||||
"${PNG_LIBRARY}"
|
||||
${ZLIB_LIBRARY}
|
||||
${JPEG_LIBRARY}
|
||||
${PNG_LIBRARY}
|
||||
"$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
|
||||
|
||||
"$<$<BOOL:${OPENGL_DIRECT_LINK}>:${OPENGL_LIBRARIES}>"
|
||||
|
|
Loading…
Reference in New Issue
Block a user