mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 11:28:12 +00:00
17 lines
359 B
CMake
17 lines
359 B
CMake
serenity_component(
|
|
MailSettings
|
|
RECOMMENDED
|
|
TARGETS MailSettings
|
|
)
|
|
|
|
compile_gml(MailSettingsWindow.gml MailSettingsWindowGML.h mail_settings_window_gml)
|
|
|
|
set(SOURCES
|
|
main.cpp
|
|
MailSettingsWindow.cpp
|
|
MailSettingsWindow.h
|
|
MailSettingsWindowGML.h
|
|
)
|
|
|
|
serenity_app(MailSettings ICON app-mail)
|
|
target_link_libraries(MailSettings LibGUI)
|