1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 14:47:46 +00:00

LibGUI: Make sure we depend on the WindowManager IPC endpoints

This commit is contained in:
Andreas Kling 2021-04-17 15:58:34 +02:00
parent c8ef8d2db5
commit 358697a32f

View file

@ -106,6 +106,8 @@ set(SOURCES
set(GENERATED_SOURCES set(GENERATED_SOURCES
../../Services/WindowServer/WindowClientEndpoint.h ../../Services/WindowServer/WindowClientEndpoint.h
../../Services/WindowServer/WindowServerEndpoint.h ../../Services/WindowServer/WindowServerEndpoint.h
../../Services/WindowServer/WindowManagerClientEndpoint.h
../../Services/WindowServer/WindowManagerServerEndpoint.h
../../Services/NotificationServer/NotificationClientEndpoint.h ../../Services/NotificationServer/NotificationClientEndpoint.h
../../Services/NotificationServer/NotificationServerEndpoint.h ../../Services/NotificationServer/NotificationServerEndpoint.h
../../Services/Clipboard/ClipboardClientEndpoint.h ../../Services/Clipboard/ClipboardClientEndpoint.h