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:
parent
97dc2d1dd5
commit
c6af248909
6 changed files with 30 additions and 30 deletions
11
Userland/Demos/Gradient/CMakeLists.txt
Normal file
11
Userland/Demos/Gradient/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue