ladybird/Userland/Applications/Mail/CMakeLists.txt
kleines Filmröllchen 1e67435ff5 Meta: Rename compile_gml to stringify_gml
This is what this function really does, it doesn't compile anything.
2023-08-11 21:33:48 +02:00

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)