mirror of
https://github.com/RGBCube/serenity
synced 2025-05-14 06:14:58 +00:00

We have 3 demos with pretty similar window logic and quitting behavior on user activity, so centralize that into `Desktop::Screensaver`.
13 lines
239 B
CMake
13 lines
239 B
CMake
serenity_component(
|
|
Tubes
|
|
TARGETS Tubes
|
|
)
|
|
|
|
set(SOURCES
|
|
Shapes.cpp
|
|
Tubes.cpp
|
|
main.cpp
|
|
)
|
|
|
|
serenity_app(Tubes ICON app-tubes)
|
|
target_link_libraries(Tubes PRIVATE LibCore LibDesktop LibGfx LibGL LibGUI LibMain)
|