splash
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user