Sfoglia il codice sorgente

LibGUI: Make sure we depend on the WindowManager IPC endpoints

Andreas Kling 4 anni fa
parent
commit
358697a32f
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      Userland/Libraries/LibGUI/CMakeLists.txt

+ 2 - 0
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