summaryrefslogtreecommitdiff
path: root/Games/Snake/CMakeLists.txt
blob: c40e284ad4cb663fb2f89fd9f7cf46bf50a4abb2 (plain)
1
2
3
4
5
6
7
set(SOURCES
    main.cpp
    SnakeGame.cpp
)

serenity_bin(Snake)
target_link_libraries(Snake LibGUI)