blob: 06b348d3e025f49bdfa9e05209eabd1351d24220 (
plain)
1
2
3
4
5
6
7
|
with "./vendor/sdlada/share/gpr/sdlada.gpr";
project Snake is
for Source_Dirs use ("./");
for Source_Files use ("main.adb", "graphics.adb", "game.adb", "queue.adb");
for Main use ("main.adb");
end Snake;
|