diff options
author | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-17 01:12:47 +0200 |
---|---|---|
committer | lat9nq <22451773+lat9nq@users.noreply.github.com> | 2021-04-17 01:12:47 +0200 |
commit | 12e58917c0280ef8dcb2e94cd9a02bac03c3d27a (patch) | |
tree | 057653e34546b3055e653e48847642526c727d01 /externals | |
parent | Merge pull request #6201 from bunnei/remove-bintray (diff) | |
download | yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.gz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.bz2 yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.lz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.xz yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.tar.zst yuzu-12e58917c0280ef8dcb2e94cd9a02bac03c3d27a.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 |