From a22c967a59a1e17663790db72f2d24edafc6199a Mon Sep 17 00:00:00 2001 From: Alessandro Iezzi Date: Thu, 22 May 2025 18:59:46 +0200 Subject: Remove the rendiring process of the lines I've moved that inside the game rendering function. --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 870379d..e50217d 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -44,7 +44,9 @@ add_executable(tris src/main/engine/domain/color.c src/main/engine/domain/color.h src/main/engine/shape/circle.c - src/main/engine/shape/circle.h) + src/main/engine/shape/circle.h + src/main/engine/shape/line.c + src/main/engine/shape/line.h) target_include_directories(tris PRIVATE log/src) -- cgit v1.2.3