summaryrefslogtreecommitdiff
path: root/Userland/Libraries/LibWebView/CMakeLists.txt
diff options
context:
space:
mode:
authorDexesTTP <dexes.ttp@gmail.com>2022-04-30 11:13:33 +0200
committerAndreas Kling <kling@serenityos.org>2022-05-15 12:17:36 +0200
commitb797e1e2b95c3e91849b4726cfd1871d285b6f55 (patch)
tree1feb4d03897150ed5845db5b453e6b4087017bff /Userland/Libraries/LibWebView/CMakeLists.txt
parent97a67f55012ff1a084f007b2a880a6389cc2e1b9 (diff)
downloadserenity-b797e1e2b95c3e91849b4726cfd1871d285b6f55.zip
LibWebView: Move DOMTreeModel to LibWebView
This patch has no functional changes.
Diffstat (limited to 'Userland/Libraries/LibWebView/CMakeLists.txt')
-rw-r--r--Userland/Libraries/LibWebView/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Userland/Libraries/LibWebView/CMakeLists.txt b/Userland/Libraries/LibWebView/CMakeLists.txt
index 06238edc75..4f9d9ce159 100644
--- a/Userland/Libraries/LibWebView/CMakeLists.txt
+++ b/Userland/Libraries/LibWebView/CMakeLists.txt
@@ -1,4 +1,5 @@
set(SOURCES
+ DOMTreeModel.cpp
OutOfProcessWebView.cpp
WebContentClient.cpp
)