externals: Add SDL 2.0.12
Since Bintray is (soon to be) no more, there needs to be a way to acquire SDL2. Since 20.04's version is older than our minimum required version (2.0.12), add it as an external.
This commit is contained in:
parent
bb32a4a8d7
commit
12e58917c0
4 changed files with 21 additions and 9 deletions
6
externals/CMakeLists.txt
vendored
6
externals/CMakeLists.txt
vendored
|
@ -45,6 +45,12 @@ target_include_directories(microprofile INTERFACE ./microprofile)
|
|||
add_library(unicorn-headers INTERFACE)
|
||||
target_include_directories(unicorn-headers INTERFACE ./unicorn/include)
|
||||
|
||||
# SDL2
|
||||
if (NOT SDL2_FOUND)
|
||||
set(SDL2_FOUND YES)
|
||||
add_subdirectory(SDL EXCLUDE_FROM_ALL)
|
||||
endif()
|
||||
|
||||
# SoundTouch
|
||||
add_subdirectory(soundtouch)
|
||||
|
||||
|
|
1
externals/SDL
vendored
Submodule
1
externals/SDL
vendored
Submodule
|
@ -0,0 +1 @@
|
|||
Subproject commit 983bbf9ef3e572a073a6f5877faf1c0b4803527c
|
Loading…
Add table
Add a link
Reference in a new issue