|
|
|
|
@ -14,8 +14,8 @@ set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
|
|
|
|
|
|
|
|
|
|
include(functions/FetchContent_ExcludeFromAll_backport) |
|
|
|
|
include(FetchContent) |
|
|
|
|
FetchContent_Declare_ExcludeFromAll(SDL2 |
|
|
|
|
URL https://github.com/libsdl-org/SDL/releases/download/release-2.30.10/SDL2-2.30.10.tar.gz |
|
|
|
|
URL_HASH SHA256=f59adf36a0fcf4c94198e7d3d776c1b3824211ab7aeebeb31fe19836661196aa |
|
|
|
|
FetchContent_Declare(SDL2 |
|
|
|
|
URL https://github.com/libsdl-org/SDL/releases/download/release-2.30.12/SDL2-2.30.12.tar.gz |
|
|
|
|
URL_HASH SHA256=ac356ea55e8b9dd0b2d1fa27da40ef7e238267ccf9324704850d5d47375b48ea |
|
|
|
|
) |
|
|
|
|
FetchContent_MakeAvailable_ExcludeFromAll(SDL2) |
|
|
|
|
|