FindwxWidgets: Add link dependencies for Windows
Since wxWidgets v3.3, linking against gdiplus and msimg32 Windows libraries is required.
This commit is contained in:
parent
34146501ff
commit
bf2a0527cb
@ -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()
|
||||
|
||||
#-------------------------------------------------------------------
|
||||
|
Loading…
Reference in New Issue
Block a user