From 987209dde8f477535a8805aeef9ecf35b7cb5e4f Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Sun, 18 May 2025 11:48:51 +0200 Subject: Move the game engine inside a dedicated directory --- CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 130231e..5443132 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,8 +33,8 @@ add_executable(tris src/main/util.c src/main/engine/engine.h src/main/engine/engine.c - src/main/game.h - src/main/game.c + src/main/game/game.h + src/main/game/game.c src/main/util/list.h src/main/util/list.c) -- cgit v1.2.3