1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-26 01:47:34 +00:00

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

This commit is contained in:
Andreas Kling 2020-05-15 09:46:55 +02:00
parent 660f5baf8f
commit 7cc442dc44

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)