diff options
| author | 2023-11-03 15:41:16 +0100 | |
|---|---|---|
| committer | 2023-11-25 19:30:37 +0100 | |
| commit | 40644d43f700cb0075db0eea288078bda7cf4527 (patch) | |
| tree | 876d26a64a803d2b1509e71a13fe822f1e851c00 /externals/CMakeLists.txt | |
| parent | yuzu: integrate gamemode support on linux (diff) | |
| download | yuzu-40644d43f700cb0075db0eea288078bda7cf4527.tar.gz yuzu-40644d43f700cb0075db0eea288078bda7cf4527.tar.xz yuzu-40644d43f700cb0075db0eea288078bda7cf4527.zip | |
yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions
- Use them in yuzu and yuzu_cmd modules
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 36fc60e0e..4ce9f201e 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -189,8 +189,7 @@ if (ANDROID) | |||
| 189 | endif() | 189 | endif() |
| 190 | endif() | 190 | endif() |
| 191 | 191 | ||
| 192 | # Gamemode | 192 | if (UNIX) |
| 193 | if ("${CMAKE_SYSTEM_NAME}" MATCHES "Linux") | ||
| 194 | add_subdirectory(gamemode) | 193 | add_subdirectory(gamemode) |
| 195 | target_include_directories(gamemode PUBLIC gamemode/include) | 194 | target_include_directories(gamemode PUBLIC gamemode/include) |
| 196 | endif() | 195 | endif() |