Explorar el Código

LibGUI: Make sure we depend on the WindowManager IPC endpoints

Andreas Kling hace 4 años
padre
commit
358697a32f
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      Userland/Libraries/LibGUI/CMakeLists.txt

+ 2 - 0
Userland/Libraries/LibGUI/CMakeLists.txt

@@ -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