mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 14:18:12 +00:00
13 lines
220 B
CMake
13 lines
220 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 LibGUI LibCore LibGfx LibGL LibMain)
|