cmake: fix SDL_RENDER_GPU report at end of configuration

This commit is contained in:
Anonymous Maarten 2024-08-30 13:35:13 +02:00
parent d1a2c57fb9
commit 8ce2074d08
1 changed files with 1 additions and 0 deletions

View File

@ -2961,6 +2961,7 @@ if(SDL_GPU)
endif()
if(SDL_RENDER_GPU)
set(SDL_VIDEO_RENDER_GPU 1)
set(HAVE_RENDER_GPU TRUE)
endif()
endif()