2021-05-19 22:43:54 +03:00
|
|
|
compile_gml(MonitorSettings.gml MonitorSettingsGML.h monitor_settings_window_gml)
|
2021-05-19 22:19:09 +03:00
|
|
|
compile_gml(BackgroundSettings.gml BackgroundSettingsGML.h background_settings_gml)
|
2020-12-30 04:44:03 +03:00
|
|
|
|
2020-05-06 18:40:06 +03:00
|
|
|
set(SOURCES
|
2021-05-19 22:19:09 +03:00
|
|
|
BackgroundSettingsGML.h
|
|
|
|
BackgroundSettingsWidget.cpp
|
2021-05-19 22:43:54 +03:00
|
|
|
MonitorSettingsWidget.cpp
|
|
|
|
MonitorSettingsGML.h
|
2020-05-06 18:40:06 +03:00
|
|
|
MonitorWidget.cpp
|
2021-05-19 22:19:09 +03:00
|
|
|
main.cpp
|
2020-05-06 18:40:06 +03:00
|
|
|
)
|
|
|
|
|
2020-12-20 21:26:09 +03:00
|
|
|
serenity_app(DisplaySettings ICON app-display-settings)
|
2020-05-06 18:40:06 +03:00
|
|
|
target_link_libraries(DisplaySettings LibGUI)
|