diff --git a/Libraries/LibGUI/CMakeLists.txt b/Libraries/LibGUI/CMakeLists.txt index 3df083b187..3dab0a2460 100644 --- a/Libraries/LibGUI/CMakeLists.txt +++ b/Libraries/LibGUI/CMakeLists.txt @@ -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)