mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-24 18:02:20 +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)
|