mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 01:07:35 +00:00
Lagom: Include AccessibilityTreeModel in LibWebView
This will be needed for the accessibility inspector in Ladybird.
This commit is contained in:
parent
007f23ab94
commit
56d8e36698
1 changed files with 1 additions and 0 deletions
|
@ -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")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue