initial commit
This commit is contained in:
1
deps/CMakeLists.txt
vendored
Normal file
1
deps/CMakeLists.txt
vendored
Normal file
@@ -0,0 +1 @@
|
||||
include(${CMAKE_CURRENT_SOURCE_DIR}/fetch_sdl.cmake)
|
||||
9
deps/fetch_sdl.cmake
vendored
Normal file
9
deps/fetch_sdl.cmake
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
include(FetchContent)
|
||||
FetchContent_Declare(SDL
|
||||
GIT_REPOSITORY https://github.com/libsdl-org/SDL.git
|
||||
GIT_TAG release-3.2.20
|
||||
GIT_SHALLOW ON
|
||||
EXCLUDE_FROM_ALL
|
||||
SYSTEM)
|
||||
|
||||
FetchContent_MakeAvailable(SDL)
|
||||
Reference in New Issue
Block a user