ladybird/Userland/Demos/Starfield/CMakeLists.txt
Pedro Pereira 0ed3520ef5 Starfield: Port to LibMain
Simplified two pledge() by using TRY().
2021-11-22 21:56:20 +01:00

12 lines
200 B
CMake

serenity_component(
Starfield
TARGETS Starfield
)
set(SOURCES
Starfield.cpp
)
serenity_app(Starfield ICON app-screensaver)
target_link_libraries(Starfield LibGUI LibCore LibGfx LibMain)