mirror of
https://github.com/RGBCube/serenity
synced 2025-05-25 16:35:06 +00:00
11 lines
200 B
CMake
11 lines
200 B
CMake
serenity_component(
|
|
Starfield
|
|
TARGETS Starfield
|
|
)
|
|
|
|
set(SOURCES
|
|
Starfield.cpp
|
|
)
|
|
|
|
serenity_app(Starfield ICON app-screensaver)
|
|
target_link_libraries(Starfield LibGUI LibCore LibGfx LibMain)
|