Lagom: Include AccessibilityTreeModel in LibWebView

This will be needed for the accessibility inspector in Ladybird.
This commit is contained in:
MacDue 2023-02-22 20:47:48 +00:00 committed by Linus Groh
parent 007f23ab94
commit 56d8e36698

View file

@ -404,6 +404,7 @@ if (BUILD_LAGOM)
list(APPEND lagom_standard_libraries Web)
# WebView
list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/AccessibilityTreeModel.cpp")
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/ViewImplementation.cpp")