Compare commits

..

No commits in common. "1398521c86a145ffeaf7cc0c8b5bb906764eb82d" and "7daf540a9bae1262b608c7f41fc8b072b33f7dfc" have entirely different histories.

3 changed files with 1 additions and 5 deletions

3
.gitmodules vendored
View File

@ -1,3 +0,0 @@
[submodule "thirdparty/SDL"]
path = thirdparty/SDL
url = https://github.com/libsdl-org/SDL.git

View File

@ -25,7 +25,7 @@ file(GLOB SHADERS ${SHADER_DIR}/*.vert
option(SDL2_NONSYSTEM "Use SDL2 from folder in source tree" OFF)
if(SDL2_NONSYSTEM)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/SDL ${CMAKE_CURRENT_BINARY_DIR}/SDL2 EXCLUDE_FROM_ALL)
add_subdirectory(${CMAKE_CURRENT_SOURCE_DIR}/thirdparty/SDL2 ${CMAKE_CURRENT_BINARY_DIR}/SDL2 EXCLUDE_FROM_ALL)
else()
find_package(SDL2 REQUIRED CONFIG REQUIRED COMPONENTS SDL2)
if(WIN32)

1
thirdparty/SDL vendored

@ -1 +0,0 @@
Subproject commit 98d1f3a45aae568ccd6ed5fec179330f47d4d356