1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:27:36 +00:00

Mail: Port to LibMain

This commit is contained in:
Pascal Puffke 2021-11-22 23:25:38 +01:00 committed by Andreas Kling
parent 41b80f3d85
commit ca7b603578
2 changed files with 11 additions and 33 deletions

View file

@ -16,4 +16,4 @@ set(SOURCES
)
serenity_app(Mail ICON app-mail)
target_link_libraries(Mail LibConfig LibCore LibDesktop LibGfx LibGUI LibIMAP LibWeb)
target_link_libraries(Mail LibConfig LibCore LibDesktop LibGfx LibGUI LibIMAP LibWeb LibMain)