LibGUI: Fix build (LibGUI depends on Clipboard IPC classes)

This commit is contained in:
Andreas Kling 2020-05-15 09:46:55 +02:00
commit 7cc442dc44
Notes: sideshowbarker 2024-07-19 06:39:03 +09:00

View file

@ -81,6 +81,8 @@ set(GENERATED_SOURCES
../../Services/WindowServer/WindowServerEndpoint.h
../../Services/NotificationServer/NotificationClientEndpoint.h
../../Services/NotificationServer/NotificationServerEndpoint.h
../../Services/Clipboard/ClipboardClientEndpoint.h
../../Services/Clipboard/ClipboardServerEndpoint.h
)
serenity_lib(LibGUI gui)