Compare commits
2 commits
cbd4068868
...
85164ad2f0
Author | SHA1 | Date | |
---|---|---|---|
85164ad2f0 | |||
c35dd9f15e |
2 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,7 @@ set(BUILD_SHARED_LIBS OFF CACHE INTERNAL "Do not build shared libraries")
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL
|
SDL
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
||||||
GIT_TAG release-3.2.6
|
GIT_TAG release-3.2.8
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
|
1
vendor/clay/clay_renderer_SDL3.h
vendored
1
vendor/clay/clay_renderer_SDL3.h
vendored
|
@ -1,7 +1,6 @@
|
||||||
#ifndef _clay_renderer_SDL3_h
|
#ifndef _clay_renderer_SDL3_h
|
||||||
#define _clay_renderer_SDL3_h
|
#define _clay_renderer_SDL3_h
|
||||||
|
|
||||||
#include <SDL3/SDL_main.h>
|
|
||||||
#include <SDL3/SDL.h>
|
#include <SDL3/SDL.h>
|
||||||
#include <SDL3_ttf/SDL_ttf.h>
|
#include <SDL3_ttf/SDL_ttf.h>
|
||||||
#include <SDL3_image/SDL_image.h>
|
#include <SDL3_image/SDL_image.h>
|
||||||
|
|
Loading…
Reference in a new issue