|
|
|
|
@ -15,7 +15,7 @@ set(SDL_TEST_ENABLED_BY_DEFAULT OFF)
|
|
|
|
|
include(functions/FetchContent_MakeAvailableExcludeFromAll) |
|
|
|
|
include(FetchContent) |
|
|
|
|
FetchContent_Declare(SDL2 |
|
|
|
|
URL https://github.com/libsdl-org/SDL/releases/download/release-2.32.0/SDL2-2.32.0.tar.gz |
|
|
|
|
URL_HASH SHA256=f5c2b52498785858f3de1e2996eba3c1b805d08fe168a47ea527c7fc339072d0 |
|
|
|
|
URL https://github.com/libsdl-org/SDL/releases/download/release-2.32.8/SDL2-2.32.8.tar.gz |
|
|
|
|
URL_HASH SHA256=0ca83e9c9b31e18288c7ec811108e58bac1f1bb5ec6577ad386830eac51c787e |
|
|
|
|
) |
|
|
|
|
FetchContent_MakeAvailableExcludeFromAll(SDL2) |
|
|
|
|
|