FindwxWidgets: Add link dependencies for MinGW

wxWidgets on MinGW requires system libraries `uuid` and `uxtheme`.
This commit is contained in:
Grant Kim
2019-11-13 09:42:50 -05:00
committed by Brad King
parent fe54989fcd
commit c921ec6112
+1 -1
View File
@@ -431,7 +431,7 @@ if(wxWidgets_FIND_STYLE STREQUAL "win32")
list(APPEND wxWidgets_LIBRARIES opengl32 glu32)
endif()
list(APPEND wxWidgets_LIBRARIES winmm comctl32 oleacc rpcrt4 shlwapi version wsock32)
list(APPEND wxWidgets_LIBRARIES winmm comctl32 uuid oleacc uxtheme rpcrt4 shlwapi version wsock32)
endmacro()
#-------------------------------------------------------------------