MSVC please...

This commit is contained in:
SmallJoker 2024-01-21 18:58:25 +01:00
parent 25a06cae62
commit a43fdfb4db

View File

@ -514,9 +514,9 @@ target_include_directories(IrrlichtMt
) )
target_link_libraries(IrrlichtMt PRIVATE target_link_libraries(IrrlichtMt PRIVATE
"${ZLIB_LIBRARY}" ${ZLIB_LIBRARY}
"${JPEG_LIBRARY}" ${JPEG_LIBRARY}
"${PNG_LIBRARY}" ${PNG_LIBRARY}
"$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>" "$<$<BOOL:${USE_SDL2}>:${SDL2_LIBRARIES}>"
"$<$<BOOL:${OPENGL_DIRECT_LINK}>:${OPENGL_LIBRARIES}>" "$<$<BOOL:${OPENGL_DIRECT_LINK}>:${OPENGL_LIBRARIES}>"