From 5d0ab45ff43da7d053cdd08612a8292e9bb1f3ce Mon Sep 17 00:00:00 2001 From: Timothy Flynn Date: Tue, 8 Nov 2022 22:00:12 -0500 Subject: [PATCH] Ladybird: Add new WebContent source file for WebDriver endpoints --- Ladybird/WebContent/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Ladybird/WebContent/CMakeLists.txt b/Ladybird/WebContent/CMakeLists.txt index 141bc730da..0dc014c3a1 100644 --- a/Ladybird/WebContent/CMakeLists.txt +++ b/Ladybird/WebContent/CMakeLists.txt @@ -5,6 +5,7 @@ set(WEBCONTENT_SOURCES ${WEBCONTENT_SOURCE_DIR}/ConsoleGlobalObject.cpp ${WEBCONTENT_SOURCE_DIR}/PageHost.cpp ${WEBCONTENT_SOURCE_DIR}/WebContentConsoleClient.cpp + ${WEBCONTENT_SOURCE_DIR}/WebDriverConnection.cpp ../EventLoopPluginQt.cpp ../FontPluginQt.cpp ../ImageCodecPluginLadybird.cpp