this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Added new version header to CMake variables.

+2
+2
src/CMakeLists.txt
··· 17 17 set(SDL_gpu_HDRS 18 18 ${SDL_gpu_HDRS} 19 19 ../include/SDL_gpu.h 20 + ../include/SDL_gpu_version.h 20 21 ../include/SDL_gpu_RendererImpl.h 21 22 ../include/SDL_gpu_OpenGL_1_BASE.h 22 23 ../include/SDL_gpu_OpenGL_1.h ··· 49 50 50 51 set(SDL_gpu_public_HDRS 51 52 ../include/SDL_gpu.h 53 + ../include/SDL_gpu_version.h 52 54 ../include/SDL_gpu_RendererImpl.h 53 55 ../include/SDL_gpu_OpenGL_1_BASE.h 54 56 ../include/SDL_gpu_OpenGL_1.h