diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index fc922c31b..070151bec 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -189,6 +189,10 @@ if (ANDROID) | |||
| 189 | endif() | 189 | endif() |
| 190 | endif() | 190 | endif() |
| 191 | 191 | ||
| 192 | if (UNIX) | ||
| 193 | add_subdirectory(gamemode) | ||
| 194 | endif() | ||
| 195 | |||
| 192 | # Breakpad | 196 | # Breakpad |
| 193 | # https://github.com/microsoft/vcpkg/blob/master/ports/breakpad/CMakeLists.txt | 197 | # https://github.com/microsoft/vcpkg/blob/master/ports/breakpad/CMakeLists.txt |
| 194 | if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client) | 198 | if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client) |