1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 13:17:34 +00:00

Demos: Add Starfield screensaver demo

This commit is contained in:
Jagger De Leo 2021-04-26 04:38:30 -04:00 committed by Andreas Kling
parent 1117b6d833
commit cec8488d9d
4 changed files with 192 additions and 0 deletions

View file

@ -0,0 +1,6 @@
set(SOURCES
Starfield.cpp
)
serenity_app(Starfield ICON app-screensaver)
target_link_libraries(Starfield LibGUI LibCore LibGfx)