examples: Number examples, so they are presented in a specific order.
This commit is contained in:
parent
23cf09163e
commit
266744af03
2 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ macro(add_sdl_example_executable TARGET)
|
||||||
target_include_directories(${TARGET} PRIVATE "$<TARGET_PROPERTY:SDL3::${sdl_name_component},INCLUDE_DIRECTORIES>")
|
target_include_directories(${TARGET} PRIVATE "$<TARGET_PROPERTY:SDL3::${sdl_name_component},INCLUDE_DIRECTORIES>")
|
||||||
endmacro()
|
endmacro()
|
||||||
|
|
||||||
add_sdl_example_executable(renderer-clear SOURCES renderer/clear/renderer-clear.c)
|
add_sdl_example_executable(renderer-clear SOURCES renderer/01-clear/renderer-clear.c)
|
||||||
|
|
||||||
|
|
||||||
if(PSP)
|
if(PSP)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue