mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-03-20 15:51:07 +01:00
cmake: fix SDL_RENDER_GPU report at end of configuration
This commit is contained in:
@@ -2961,6 +2961,7 @@ if(SDL_GPU)
|
|||||||
endif()
|
endif()
|
||||||
if(SDL_RENDER_GPU)
|
if(SDL_RENDER_GPU)
|
||||||
set(SDL_VIDEO_RENDER_GPU 1)
|
set(SDL_VIDEO_RENDER_GPU 1)
|
||||||
|
set(HAVE_RENDER_GPU TRUE)
|
||||||
endif()
|
endif()
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user