mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 12:57:35 +00:00
Lagom: Add Build WebContentClient as part of Lagom's LibWebView
This will allow us to use it in Ladybird. :^)
This commit is contained in:
parent
ceccc2c163
commit
4d762fd3a6
1 changed files with 2 additions and 1 deletions
|
@ -586,9 +586,10 @@ if (BUILD_LAGOM)
|
|||
|
||||
# WebView
|
||||
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/DOMTreeModel.cpp")
|
||||
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/WebContentClient.cpp")
|
||||
lagom_lib(WebView webview
|
||||
SOURCES ${LIBWEBVIEW_SOURCES}
|
||||
LIBS LibGUI)
|
||||
LIBS LibGUI LibWeb)
|
||||
|
||||
# x86
|
||||
# FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue