Update SDL addons
This commit is contained in:
parent
f5a0e762fa
commit
4483f62e53
1 changed files with 3 additions and 3 deletions
|
@ -31,7 +31,7 @@ set_property(DIRECTORY "${sdl_SOURCE_DIR}" PROPERTY EXCLUDE_FROM_ALL TRUE)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL_ttf
|
SDL_ttf
|
||||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL_ttf.git
|
GIT_REPOSITORY https://github.com/libsdl-org/SDL_ttf.git
|
||||||
GIT_TAG preview-3.1.0 # Switch from preview to release when available
|
GIT_TAG release-3.2.0
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
@ -42,7 +42,7 @@ set_property(DIRECTORY "${sdl_ttf_SOURCE_DIR}" PROPERTY EXCLUDE_FROM_ALL TRUE)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
SDL_image
|
SDL_image
|
||||||
GIT_REPOSITORY "https://github.com/libsdl-org/SDL_image.git"
|
GIT_REPOSITORY "https://github.com/libsdl-org/SDL_image.git"
|
||||||
GIT_TAG release-3.2.0
|
GIT_TAG release-3.2.4
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
@ -53,7 +53,7 @@ set_property(DIRECTORY "${SDL_image_SOURCE_DIR}" PROPERTY EXCLUDE_FROM_ALL TRUE)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
flecs
|
flecs
|
||||||
GIT_REPOSITORY "https://github.com/SanderMertens/flecs.git"
|
GIT_REPOSITORY "https://github.com/SanderMertens/flecs.git"
|
||||||
GIT_TAG master
|
GIT_TAG v4.0.4
|
||||||
GIT_SHALLOW TRUE
|
GIT_SHALLOW TRUE
|
||||||
GIT_PROGRESS TRUE
|
GIT_PROGRESS TRUE
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue