diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-18 04:36:56 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-18 04:36:56 +0200 |
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 yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.gz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.bz2 yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.lz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.xz yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.tar.zst yuzu-2a2a578932cb8e08d804f9c39c2025317860e58e.zip |
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) 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) diff --git a/externals/SDL b/externals/SDL new file mode 160000 +Subproject 983bbf9ef3e572a073a6f5877faf1c0b4803527 |