mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 15:35:06 +00:00
19 lines
386 B
CMake
19 lines
386 B
CMake
serenity_component(
|
|
Mail
|
|
RECOMMENDED
|
|
TARGETS Mail
|
|
)
|
|
|
|
compile_gml(MailWindow.gml MailWindowGML.h mail_window_gml)
|
|
|
|
set(SOURCES
|
|
AccountHolder.cpp
|
|
InboxModel.cpp
|
|
MailboxTreeModel.cpp
|
|
MailWidget.cpp
|
|
MailWindowGML.h
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Mail ICON app-mail)
|
|
target_link_libraries(Mail LibConfig LibCore LibDesktop LibGfx LibGUI LibIMAP LibWeb LibMain)
|