1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 22:57:44 +00:00

NotificationServer: Convert the notification window contents to GML

This commit is contained in:
Sam Atkins 2024-01-16 15:15:43 +00:00 committed by Tim Flynn
parent e4c7b9817b
commit 84e8bf3421
4 changed files with 61 additions and 13 deletions

View file

@ -4,12 +4,14 @@ serenity_component(
TARGETS NotificationServer
)
compile_gml(NotificationWidget.gml NotificationWidgetGML.cpp)
compile_ipc(NotificationServer.ipc NotificationServerEndpoint.h)
compile_ipc(NotificationClient.ipc NotificationClientEndpoint.h)
set(SOURCES
ConnectionFromClient.cpp
main.cpp
NotificationWidgetGML.cpp
NotificationWindow.cpp
)