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:
parent
97eb662e62
commit
9cf874ef9a
2 changed files with 15 additions and 48 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue