1 2 3 4 5 6 7
set(SOURCES main.cpp SnakeGame.cpp ) serenity_bin(Snake) target_link_libraries(Snake LibGUI)