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

Commit

Permalink
Update source/Irrlicht/CMakeLists.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
sfan5 authored Jan 22, 2024
1 parent f8e64c6 commit 09af767
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/Irrlicht/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -513,7 +513,8 @@ target_include_directories(IrrlichtMt
${link_includes}
)

# this needs to be here and not in a variable (like link_includes) due to issues with the generator expressions
# this needs to be here and not in a variable (like link_includes) due to issues
# with the generator expressions on at least CMake 3.22, but not 3.28 or later
target_link_libraries(IrrlichtMt PRIVATE
${ZLIB_LIBRARY}
${JPEG_LIBRARY}
Expand Down

0 comments on commit 09af767

Please sign in to comment.