diff options
| author | 2021-04-17 22:36:56 -0400 | |
|---|---|---|
| committer | 2021-04-17 22:36:56 -0400 | |
| commit | 2a2a578932cb8e08d804f9c39c2025317860e58e (patch) | |
| tree | 52442360b97b4c382a3af2cb50b0c117fc60e8e9 /externals | |
| parent | Merge pull request #6205 from Morph1984/applet-focus-state-change (diff) | |
| parent | gitmodules: Remove unneeded prefix (diff) | |
| download | yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.gz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.xz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.zip | |
Merge pull request #6204 from lat9nq/sdl2-external
externals: Add SDL 2.0.12
Diffstat (limited to 'externals')
| -rw-r--r-- | externals/CMakeLists.txt | 6 | ||||
| m--------- | externals/SDL | 0 |
2 files changed, 6 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 891a47c3c..6e4591b4e 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -45,6 +45,12 @@ target_include_directories(microprofile INTERFACE ./microprofile) | |||
| 45 | add_library(unicorn-headers INTERFACE) | 45 | add_library(unicorn-headers INTERFACE) |
| 46 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) | 46 | target_include_directories(unicorn-headers INTERFACE ./unicorn/include) |
| 47 | 47 | ||
| 48 | # SDL2 | ||
| 49 | if (NOT SDL2_FOUND) | ||
| 50 | set(SDL2_FOUND YES) | ||
| 51 | add_subdirectory(SDL EXCLUDE_FROM_ALL) | ||
| 52 | endif() | ||
| 53 | |||
| 48 | # SoundTouch | 54 | # SoundTouch |
| 49 | add_subdirectory(soundtouch) | 55 | add_subdirectory(soundtouch) |
| 50 | 56 | ||
diff --git a/externals/SDL b/externals/SDL new file mode 160000 | |||
| Subproject 983bbf9ef3e572a073a6f5877faf1c0b4803527 | |||