1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-25 16:35:06 +00:00
serenity/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

11 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)