mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 05:37:34 +00:00
Lagom: Build DOMTreeModel from LibWebView
This will be used in Ladybird.
This commit is contained in:
parent
5778da765d
commit
34c232def7
1 changed files with 6 additions and 0 deletions
|
@ -577,6 +577,12 @@ if (BUILD_LAGOM)
|
||||||
LIBS LibCrypto LibTLS
|
LIBS LibCrypto LibTLS
|
||||||
)
|
)
|
||||||
|
|
||||||
|
# WebView
|
||||||
|
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/DOMTreeModel.cpp")
|
||||||
|
lagom_lib(WebView webview
|
||||||
|
SOURCES ${LIBWEBVIEW_SOURCES}
|
||||||
|
LIBS LibGUI)
|
||||||
|
|
||||||
# x86
|
# x86
|
||||||
# FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
|
# FIXME: Excluding arm64 is a temporary hack to circumvent a build problem
|
||||||
# for Lagom on Apple M1
|
# for Lagom on Apple M1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue