1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 03:57:35 +00:00

Demos: Add Tubes :^)

This commit is contained in:
Jelle Raaijmakers 2022-09-09 02:20:15 +02:00 committed by Linus Groh
parent 16ca9ec762
commit 9dfe50170e
10 changed files with 557 additions and 0 deletions

View file

@ -0,0 +1,13 @@
serenity_component(
Tubes
TARGETS Tubes
)
set(SOURCES
Shapes.cpp
Tubes.cpp
main.cpp
)
serenity_app(Tubes ICON app-tubes)
target_link_libraries(Tubes LibGUI LibCore LibGfx LibGL LibMain)