1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 17:47:36 +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:
Andreas Kling 2022-10-05 14:37:25 +02:00
parent ceccc2c163
commit 4d762fd3a6

View file

@ -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