This commit is contained in:
Tiago Batista Cardoso
2026-02-24 17:50:39 +01:00
parent f804da7d88
commit 3928bee6c6
8 changed files with 1246 additions and 12 deletions

View File

@@ -3,5 +3,12 @@ project(graphe C)
set(CMAKE_C_STANDARD 23)
find_package(SDL2 REQUIRED)
add_executable(graphe main.c
structs.h)
structs.c
structs.h
render.h
render.c)
target_link_libraries(graphe SDL2::SDL2 m)