mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2024-11-26 09:30:24 +00:00
742cca4bfe
Previously, Starfield used app-screensaver icon.
11 lines
198 B
CMake
11 lines
198 B
CMake
serenity_component(
|
|
Starfield
|
|
TARGETS Starfield
|
|
)
|
|
|
|
set(SOURCES
|
|
Starfield.cpp
|
|
)
|
|
|
|
serenity_app(Starfield ICON app-starfield)
|
|
target_link_libraries(Starfield LibGUI LibCore LibGfx LibMain)
|