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

WindowServer: Port to LibMain :^)

This simplifies some pledge(), unveil() and sigaction() calls.
This commit is contained in:
Andreas Kling 2021-11-22 23:20:52 +01:00
parent 97eb662e62
commit 9cf874ef9a
2 changed files with 15 additions and 48 deletions

View file

@ -39,5 +39,5 @@ set(SOURCES
)
serenity_bin(WindowServer)
target_link_libraries(WindowServer LibCore LibGfx LibThreading LibIPC)
target_link_libraries(WindowServer LibCore LibGfx LibThreading LibIPC LibMain)
serenity_install_headers(Services/WindowServer)