mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-23 14:31:56 +00:00
cmake: fix SDL_RENDER_GPU report at end of configuration
This commit is contained in:
parent
d1a2c57fb9
commit
8ce2074d08
1 changed files with 1 additions and 0 deletions
|
|
@ -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()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue