mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 03:57:35 +00:00
Demos: Add Tubes :^)
This commit is contained in:
parent
16ca9ec762
commit
9dfe50170e
10 changed files with 557 additions and 0 deletions
13
Userland/Demos/Tubes/CMakeLists.txt
Normal file
13
Userland/Demos/Tubes/CMakeLists.txt
Normal 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)
|
Loading…
Add table
Add a link
Reference in a new issue