mirror of
https://github.com/RGBCube/serenity
synced 2025-05-31 08:08:12 +00:00
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)
|