From 7a7e39c7af4a9a86339e5dab27e0567d6abe69b5 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Mon, 6 Jul 2020 20:36:34 +0200 Subject: LibWeb: Move WebContentView from Demos/WebView into LibWeb --- Libraries/LibWeb/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Libraries/LibWeb/CMakeLists.txt') diff --git a/Libraries/LibWeb/CMakeLists.txt b/Libraries/LibWeb/CMakeLists.txt index 815119997d..30e79d5c3e 100644 --- a/Libraries/LibWeb/CMakeLists.txt +++ b/Libraries/LibWeb/CMakeLists.txt @@ -109,11 +109,15 @@ set(SOURCES CSS/PropertyID.h CSS/PropertyID.cpp CSS/DefaultStyleSheetSource.cpp + WebContentView.cpp + WebContentClient.cpp ) set(GENERATED_SOURCES ../../Services/ProtocolServer/ProtocolClientEndpoint.h ../../Services/ProtocolServer/ProtocolServerEndpoint.h + ../../Services/WebContent/WebContentClientEndpoint.h + ../../Services/WebContent/WebContentServerEndpoint.h ) set_property(GLOBAL PROPERTY wrapper_sources) -- cgit v1.2.3