mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-04 07:36:50 +00:00
21 lines
420 B
CMake
21 lines
420 B
CMake
serenity_component(
|
|
Mail
|
|
RECOMMENDED
|
|
TARGETS Mail
|
|
DEPENDS WebContent
|
|
)
|
|
|
|
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 LibWebView LibWeb LibMain)
|