summaryrefslogtreecommitdiff
path: root/Libraries/LibWeb/CMakeLists.txt
diff options
context:
space:
mode:
authorasynts <asynts@gmail.com>2020-12-01 23:35:47 +0100
committerAndreas Kling <kling@serenityos.org>2020-12-09 21:05:06 +0100
commitbbcc5a93321fa34b537e5b635040357c4d49f5d6 (patch)
treee8644730e5ebfaba52196008883addc372d31598 /Libraries/LibWeb/CMakeLists.txt
parent82aac98bea5bf69897e63df4f883470ed7cb3012 (diff)
downloadserenity-bbcc5a93321fa34b537e5b635040357c4d49f5d6.zip
LibWeb: Move editing stuff into EditEventHandler.
Diffstat (limited to 'Libraries/LibWeb/CMakeLists.txt')
-rw-r--r--Libraries/LibWeb/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/Libraries/LibWeb/CMakeLists.txt b/Libraries/LibWeb/CMakeLists.txt
index 3b6b57dba5..5cfb030bde 100644
--- a/Libraries/LibWeb/CMakeLists.txt
+++ b/Libraries/LibWeb/CMakeLists.txt
@@ -178,6 +178,7 @@ set(SOURCES
Namespace.cpp
OutOfProcessWebView.cpp
Page/EventHandler.cpp
+ Page/EditEventHandler.cpp
Page/Frame.cpp
Page/Page.cpp
Painting/BorderPainting.cpp