Meta: Include StylePropertiesModel.cpp in lagom LibWebView

This commit is contained in:
MacDue 2022-12-18 22:44:08 +00:00 committed by Tim Flynn
parent 88e50869f1
commit 9dea61e095
Notes: sideshowbarker 2024-07-17 03:00:03 +09:00

View file

@ -376,6 +376,7 @@ if (BUILD_LAGOM)
# WebView
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/DOMTreeModel.cpp")
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/StylePropertiesModel.cpp")
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/WebContentClient.cpp")
compile_ipc(${SERENITY_PROJECT_ROOT}/Userland/Services/WebContent/WebContentServer.ipc WebContent/WebContentServerEndpoint.h)