diff --git a/Meta/Lagom/CMakeLists.txt b/Meta/Lagom/CMakeLists.txt index 4b89801627..3758456b12 100644 --- a/Meta/Lagom/CMakeLists.txt +++ b/Meta/Lagom/CMakeLists.txt @@ -586,9 +586,10 @@ if (BUILD_LAGOM) # WebView list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/DOMTreeModel.cpp") + list(APPEND LIBWEBVIEW_SOURCES "../../Userland/Libraries/LibWebView/WebContentClient.cpp") lagom_lib(WebView webview SOURCES ${LIBWEBVIEW_SOURCES} - LIBS LibGUI) + LIBS LibGUI LibWeb) # x86 # FIXME: Excluding arm64 is a temporary hack to circumvent a build problem