mirror of
https://github.com/minetest/irrlicht.git
synced 2024-11-13 14:00:27 +01:00
Update source/Irrlicht/CMakeLists.txt
This commit is contained in:
parent
f8e64c6800
commit
09af767de3
|
@ -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}
|
||||
|
|
Loading…
Reference in New Issue
Block a user