Added new build option wxUSE_WEBVIEW_EDGE

This commit is contained in:
Tobias Taschner
2020-01-09 13:19:51 +01:00
parent 095a93e0c0
commit 1afeaa324d
10 changed files with 54 additions and 0 deletions

View File

@@ -336,6 +336,8 @@
#cmakedefine01 wxUSE_WEBVIEW_IE
#endif
#cmakedefine01 wxUSE_WEBVIEW_EDGE
#if (defined(__WXGTK__) && !defined(__WXGTK3__)) || defined(__WXOSX__)
#cmakedefine01 wxUSE_WEBVIEW_WEBKIT
#else