mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 15:57:36 +00:00
Demos: Add Starfield screensaver demo
This commit is contained in:
parent
1117b6d833
commit
cec8488d9d
4 changed files with 192 additions and 0 deletions
6
Userland/Demos/Starfield/CMakeLists.txt
Normal file
6
Userland/Demos/Starfield/CMakeLists.txt
Normal file
|
@ -0,0 +1,6 @@
|
|||
set(SOURCES
|
||||
Starfield.cpp
|
||||
)
|
||||
|
||||
serenity_app(Starfield ICON app-screensaver)
|
||||
target_link_libraries(Starfield LibGUI LibCore LibGfx)
|
Loading…
Add table
Add a link
Reference in a new issue