1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 19:47:44 +00:00

Demos: Add Screensaver demo

This commit is contained in:
Brendan Coles 2020-04-18 20:55:36 +00:00 committed by Andreas Kling
parent 856ab9c600
commit 1c44ae6d19
3 changed files with 154 additions and 0 deletions

View file

@ -149,6 +149,7 @@ cp ../Games/Solitaire/Solitaire mnt/bin/Solitaire
cp ../Demos/HelloWorld/HelloWorld mnt/bin/HelloWorld
cp ../Demos/WidgetGallery/WidgetGallery mnt/bin/WidgetGallery
cp ../Demos/Cube/Cube mnt/bin/Cube
cp ../Demos/Screensaver/Screensaver mnt/bin/Screensaver
cp ../Demos/Fire/Fire mnt/bin/Fire
cp ../Demos/DynamicLink/LinkDemo/LinkDemo mnt/bin/LinkDemo
cp ../DevTools/HackStudio/HackStudio mnt/bin/HackStudio