Fixed mingw compilation

This commit is contained in:
deve 2015-12-14 10:11:40 +01:00
parent 9d1c9fac5a
commit 0dbc3575a7

View File

@ -510,5 +510,6 @@ endif()
add_library(stkirrlicht STATIC ${IRRLICHT_SOURCES})
target_link_libraries(stkirrlicht ${PNG_LIBRARY} ${JPEG_LIBRARY} ${ZLIB_LIBRARY})
if(WIN32)
target_link_libraries(stkirrlicht imm32)
endif()