|
|
|
|
@ -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.30.5/SDL2-2.30.5.tar.gz |
|
|
|
|
URL_HASH SHA256=f374f3fa29c37dfcc20822d4a7d7dc57e58924d1a5f2ad511bfab4c8193de63b |
|
|
|
|
URL https://github.com/libsdl-org/SDL/releases/download/release-2.30.7/SDL2-2.30.7.tar.gz |
|
|
|
|
URL_HASH SHA256=2508c80438cd5ff3bbeb8fe36b8f3ce7805018ff30303010b61b03bb83ab9694 |
|
|
|
|
) |
|
|
|
|
FetchContent_MakeAvailableExcludeFromAll(SDL2) |
|
|
|
|
|