mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 07:30:19 +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
Notes:
sideshowbarker
2024-07-16 23:51:18 +09:00
Author: https://github.com/MacDue Commit: https://github.com/SerenityOS/serenity/commit/56d8e36698 Pull-request: https://github.com/SerenityOS/serenity/pull/17571
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…
Reference in a new issue