1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 09:07:44 +00:00
serenity/Applications/DisplayProperties/Makefile
Hüseyin ASLITÜRK 7971af474d DisplayProperties: Add options to set the background color and wallpaper mode.
Wallpaper mode and background color change options are now available. Monitor preview
widget show new settings before apply. We have some missing preview features :(
2020-03-29 19:36:37 +02:00

10 lines
165 B
Makefile

OBJS = \
MonitorWidget.o \
DisplayProperties.o \
main.o \
PROGRAM = DisplayProperties
LIB_DEPS = GUI Gfx IPC Thread Pthread Core
include ../../Makefile.common