diff --git a/CMakeLists.txt b/CMakeLists.txt index 9e288da675..05411c9a54 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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()