Ver código fonte

cmake: fix SDL_RENDER_GPU report at end of configuration

Anonymous Maarten 1 ano atrás
pai
commit
8ce2074d08
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      CMakeLists.txt

+ 1 - 0
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()