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:
parent
e4c7b9817b
commit
84e8bf3421
4 changed files with 61 additions and 13 deletions
|
@ -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
|
||||
)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue