1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 08:57:47 +00:00

Demos: Rename Screensaver to GradientScreensaver

This is to avoid naming conflicts with an upcoming Screensaver launcher
application.
This commit is contained in:
Timothy Flynn 2023-01-02 11:47:22 -05:00 committed by Andreas Kling
parent 1f1b2f4d26
commit 10bf86de2c
6 changed files with 16 additions and 16 deletions

View file

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