diff options
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 6 |
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() |
| 194 | endif() | 194 | endif() |
| 195 | 195 | ||
| 196 | if (UNIX AND NOT APPLE) | 196 | if (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) | ||
| 198 | endif() | 200 | endif() |
| 199 | 201 | ||
| 200 | # Breakpad | 202 | # Breakpad |