mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 07:48:11 +00:00
6 lines
133 B
CMake
6 lines
133 B
CMake
set(SOURCES
|
|
Starfield.cpp
|
|
)
|
|
|
|
serenity_app(Starfield ICON app-screensaver)
|
|
target_link_libraries(Starfield LibGUI LibCore LibGfx)
|