From 358697a32fab323d49e3cbfdf7a503581a27c835 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Sat, 17 Apr 2021 15:58:34 +0200 Subject: [PATCH] LibGUI: Make sure we depend on the WindowManager IPC endpoints --- Userland/Libraries/LibGUI/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Userland/Libraries/LibGUI/CMakeLists.txt b/Userland/Libraries/LibGUI/CMakeLists.txt index c7b5dabe65..eba646ac93 100644 --- a/Userland/Libraries/LibGUI/CMakeLists.txt +++ b/Userland/Libraries/LibGUI/CMakeLists.txt @@ -106,6 +106,8 @@ set(SOURCES set(GENERATED_SOURCES ../../Services/WindowServer/WindowClientEndpoint.h ../../Services/WindowServer/WindowServerEndpoint.h + ../../Services/WindowServer/WindowManagerClientEndpoint.h + ../../Services/WindowServer/WindowManagerServerEndpoint.h ../../Services/NotificationServer/NotificationClientEndpoint.h ../../Services/NotificationServer/NotificationServerEndpoint.h ../../Services/Clipboard/ClipboardClientEndpoint.h