Lagom: Build DOMTreeModel from LibWebView

This will be used in Ladybird.
This commit is contained in:
Andreas Kling 2022-09-25 12:10:28 +02:00
parent 5778da765d
commit 34c232def7
Notes: sideshowbarker 2024-07-17 06:39:09 +09:00

View File

@ -577,6 +577,12 @@ if (BUILD_LAGOM)
LIBS LibCrypto LibTLS
)
# WebView
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/DOMTreeModel.cpp")
lagom_lib(WebView webview
SOURCES ${LIBWEBVIEW_SOURCES}
LIBS LibGUI)
# x86
# FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
# for Lagom on Apple M1