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

Base: Add icons for the Gradient screensaver

Add 32px and 16px application icons for the Gradient screensaver
This commit is contained in:
Cubic Love 2023-04-12 00:05:55 +01:00 committed by Linus Groh
parent c6af248909
commit c3a5618dab
4 changed files with 2 additions and 2 deletions

View file

@ -7,5 +7,5 @@ set(SOURCES
Gradient.cpp
)
serenity_app(Gradient ICON app-screensaver)
serenity_app(Gradient ICON app-gradient)
target_link_libraries(Gradient PRIVATE LibDesktop LibGUI LibCore LibGfx LibMain)