FindwxWidgets: Add webview library (#12636)
Update for wxWidgets 2.9.3 to include webview component.
This commit is contained in:
parent
4e98500012
commit
d0711486f9
|
@ -312,7 +312,7 @@ IF(wxWidgets_FIND_STYLE STREQUAL "win32")
|
|||
|
||||
# Find wxWidgets multilib libraries.
|
||||
FOREACH(LIB core adv aui html media xrc dbgrid gl qa richtext
|
||||
stc ribbon propgrid)
|
||||
stc ribbon propgrid webview)
|
||||
FIND_LIBRARY(WX_${LIB}${_DBG}
|
||||
NAMES
|
||||
wxmsw${_UNV}29${_UCD}${_DBG}_${LIB}
|
||||
|
|
Loading…
Reference in New Issue