summaryrefslogtreecommitdiff
path: root/Services/NotificationServer/CMakeLists.txt
blob: a28d9f16a5c9d55b09e30ef2ed0476520e0571c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
compile_ipc(NotificationServer.ipc NotificationServerEndpoint.h)
compile_ipc(NotificationClient.ipc NotificationClientEndpoint.h)

set(SOURCES
    ClientConnection.cpp
    main.cpp
    NotificationWindow.cpp
    NotificationServerEndpoint.h
    NotificationClientEndpoint.h
)

serenity_bin(NotificationServer)
target_link_libraries(NotificationServer LibGUI LibIPC)