mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 22:07:36 +00:00
FileManager: Port to LibMain :^)
This simplifies a handful of calls to pledge() and sigaction().
This commit is contained in:
parent
9cf874ef9a
commit
c5c54f634e
2 changed files with 10 additions and 19 deletions
|
@ -22,4 +22,4 @@ set(SOURCES
|
|||
)
|
||||
|
||||
serenity_app(FileManager ICON app-file-manager)
|
||||
target_link_libraries(FileManager LibGUI LibDesktop LibConfig)
|
||||
target_link_libraries(FileManager LibGUI LibDesktop LibConfig LibMain)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue