summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt4
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()
190endif() 190endif()
191 191
192if (UNIX)
193 add_subdirectory(gamemode)
194endif()
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
194if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client) 198if (YUZU_CRASH_DUMPS AND NOT TARGET libbreakpad_client)