examples: Added renderer/primitives example.

This commit is contained in:
Ryan C. Gordon
2024-07-23 10:37:14 -04:00
parent 266744af03
commit 4d8b938969
3 changed files with 91 additions and 0 deletions

View File

@@ -177,6 +177,7 @@ macro(add_sdl_example_executable TARGET)
endmacro()
add_sdl_example_executable(renderer-clear SOURCES renderer/01-clear/renderer-clear.c)
add_sdl_example_executable(renderer-primitives SOURCES renderer/02-primitives/renderer-primitives.c)
if(PSP)