1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 15:07:45 +00:00

Demos: Rename GradientScreensaver to Gradient

This brings the name in-line with the naming convention used by the
other screensavers 'Starfield' and 'Tubes'.
This commit is contained in:
Cubic Love 2023-04-11 18:20:03 +01:00 committed by Linus Groh
parent 97dc2d1dd5
commit c6af248909
6 changed files with 30 additions and 30 deletions

View file

@ -0,0 +1,11 @@
serenity_component(
Gradient
TARGETS Gradient
)
set(SOURCES
Gradient.cpp
)
serenity_app(Gradient ICON app-screensaver)
target_link_libraries(Gradient PRIVATE LibDesktop LibGUI LibCore LibGfx LibMain)