1 2 3 4 5 6 7
set(SOURCES main.cpp SnakeGame.cpp ) serenity_app(Snake ICON app-snake) target_link_libraries(Snake LibGUI)