1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 01:27:42 +00:00
serenity/Games/Snake/CMakeLists.txt

7 lines
102 B
CMake

set(SOURCES
main.cpp
SnakeGame.cpp
)
serenity_bin(Snake)
target_link_libraries(Snake LibGUI)