FindwxWidgets: Add link dependencies for Windows

Since wxWidgets v3.3, linking against gdiplus and msimg32
Windows libraries is required.
This commit is contained in:
PB 2024-08-18 20:53:50 +02:00
parent 34146501ff
commit bf2a0527cb

View File

@ -467,7 +467,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
list(APPEND wxWidgets_LIBRARIES imm32)
endif()
list(APPEND wxWidgets_LIBRARIES winmm comctl32 uuid oleacc uxtheme rpcrt4 shlwapi version wsock32)
list(APPEND wxWidgets_LIBRARIES gdiplus msimg32 winmm comctl32 uuid oleacc uxtheme rpcrt4 shlwapi version wsock32)
endmacro()
#-------------------------------------------------------------------