mirror of
https://github.com/RGBCube/serenity
synced 2026-01-12 23:20:59 +00:00
7 lines
117 B
CMake
7 lines
117 B
CMake
set(SOURCES
|
|
main.cpp
|
|
SnakeGame.cpp
|
|
)
|
|
|
|
serenity_app(Snake ICON app-snake)
|
|
target_link_libraries(Snake LibGUI)
|