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

Demos: Move to Userland/Demos/

This commit is contained in:
Andreas Kling 2021-01-12 12:00:09 +01:00
parent ececac65c2
commit 7fc079bd86
23 changed files with 1 additions and 1 deletions

View file

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