mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-07 11:39:44 +03:00
7 lines
133 B
CMake
7 lines
133 B
CMake
set(SOURCES
|
|
Starfield.cpp
|
|
)
|
|
|
|
serenity_app(Starfield ICON app-screensaver)
|
|
target_link_libraries(Starfield LibGUI LibCore LibGfx)
|