From 9918dcd4d5d2f0669597857151bb559f33cbaec6 Mon Sep 17 00:00:00 2001 From: Andrew Kaster Date: Fri, 23 Feb 2024 11:59:11 -0700 Subject: [PATCH] LibWebView: Extend GENERATED_SOURCES list instead of replacing --- Userland/Libraries/LibWebView/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Userland/Libraries/LibWebView/CMakeLists.txt b/Userland/Libraries/LibWebView/CMakeLists.txt index c866c5623c..104e65378e 100644 --- a/Userland/Libraries/LibWebView/CMakeLists.txt +++ b/Userland/Libraries/LibWebView/CMakeLists.txt @@ -33,6 +33,7 @@ embed_as_string_view( ) set(GENERATED_SOURCES + ${GENERATED_SOURCES} ../../Services/RequestServer/RequestClientEndpoint.h ../../Services/RequestServer/RequestServerEndpoint.h ../../Services/WebContent/WebContentClientEndpoint.h