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

NotificationServer: Port to LibMain :^)

This commit is contained in:
Andreas Kling 2021-11-23 15:28:41 +01:00
parent 70b1312fd4
commit ddd99b4594
2 changed files with 11 additions and 21 deletions

View file

@ -16,4 +16,4 @@ set(SOURCES
)
serenity_bin(NotificationServer)
target_link_libraries(NotificationServer LibGUI LibIPC)
target_link_libraries(NotificationServer LibGUI LibIPC LibMain)