summaryrefslogtreecommitdiff
path: root/externals/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'externals/CMakeLists.txt')
-rw-r--r--externals/CMakeLists.txt6
1 files changed, 4 insertions, 2 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt
index 04007a538..407c5c640 100644
--- a/externals/CMakeLists.txt
+++ b/externals/CMakeLists.txt
@@ -193,8 +193,10 @@ if (ANDROID)
193 endif() 193 endif()
194endif() 194endif()
195 195
196if (UNIX AND NOT APPLE) 196if (UNIX AND NOT APPLE AND NOT TARGET gamemode::headers)
197 add_subdirectory(gamemode) 197 add_library(gamemode INTERFACE)
198 target_include_directories(gamemode INTERFACE gamemode)
199 add_library(gamemode::headers ALIAS gamemode)
198endif() 200endif()
199 201
200# Breakpad 202# Breakpad