diff options
author | MacDue <macdue@dueutil.tech> | 2023-02-22 20:47:48 +0000 |
---|---|---|
committer | Linus Groh <mail@linusgroh.de> | 2023-02-22 22:00:40 +0000 |
commit | 56d8e36698f9487471880b89d4a07a84806f1333 (patch) | |
tree | 1ed565b4b42f7e4bc7154525a632284b9165b3a9 /Meta | |
parent | 007f23ab94a26e748f53325fd591c2c97bc9c44d (diff) | |
download | serenity-56d8e36698f9487471880b89d4a07a84806f1333.zip |
Lagom: Include AccessibilityTreeModel in LibWebView
This will be needed for the accessibility inspector in Ladybird.
Diffstat (limited to 'Meta')
-rw-r--r-- | Meta/Lagom/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 743a05593e..aaf8946d1b 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -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") |