Update source/Irrlicht/CMakeLists.txt

This commit is contained in:
sfan5 2024-01-22 09:45:49 +01:00 committed by GitHub
parent f8e64c6800
commit 09af767de3
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 2 additions and 1 deletions

View File

@ -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}