mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-22 15:40:19 +00:00
1e67435ff5
This is what this function really does, it doesn't compile anything.
23 lines
455 B
CMake
23 lines
455 B
CMake
serenity_component(
|
|
Mail
|
|
RECOMMENDED
|
|
TARGETS Mail
|
|
DEPENDS WebContent
|
|
)
|
|
|
|
stringify_gml(MailWindow.gml MailWindowGML.h mail_window_gml)
|
|
|
|
set(SOURCES
|
|
AccountHolder.cpp
|
|
InboxModel.cpp
|
|
MailWidget.cpp
|
|
MailboxTreeModel.cpp
|
|
main.cpp
|
|
)
|
|
|
|
set(GENERATED_SOURCES
|
|
MailWindowGML.h
|
|
)
|
|
|
|
serenity_app(Mail ICON app-mail)
|
|
target_link_libraries(Mail PRIVATE LibConfig LibCore LibDesktop LibGfx LibGUI LibIMAP LibWebView LibWeb LibMain)
|