Skip to content
This repository has been archived by the owner on May 13, 2024. It is now read-only.

Commit

Permalink
MSVC please...
Browse files Browse the repository at this point in the history
  • Loading branch information
SmallJoker committed Jan 21, 2024
1 parent 25a06ca commit a43fdfb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions source/Irrlicht/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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}>"
Expand Down

0 comments on commit a43fdfb

Please sign in to comment.