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