diff --git a/include/msvc/wx/setup.h b/include/msvc/wx/setup.h index ad4cb5d12b..c1703080f7 100644 --- a/include/msvc/wx/setup.h +++ b/include/msvc/wx/setup.h @@ -199,6 +199,9 @@ #pragma comment(lib, wx3RD_PARTY_LIB_NAME("scintilla")) #endif #endif + #if wxUSE_WEBVIEW && !defined(wxNO_WEBVIEW_LIB) + #pragma comment(lib, wxTOOLKIT_LIB_NAME("webview")) + #endif #endif // wxUSE_GUI