diff options
| author | 2023-11-03 15:57:43 +0100 | |
|---|---|---|
| committer | 2023-11-25 19:30:45 +0100 | |
| commit | ac11f6e4c5da64db5a6fb2647afbb85164f06086 (patch) | |
| tree | cecd8662ff24c7d8d641b58e3d11f29089eee504 /externals/CMakeLists.txt | |
| parent | yuzu: create linux group in general settings (diff) | |
| download | yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.tar.gz yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.tar.xz yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.zip | |
cmake: move gamemode target include into its file
Diffstat (limited to 'externals/CMakeLists.txt')
| -rw-r--r-- | externals/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/externals/CMakeLists.txt b/externals/CMakeLists.txt index 4ce9f201e..406277fd7 100644 --- a/externals/CMakeLists.txt +++ b/externals/CMakeLists.txt | |||
| @@ -191,7 +191,6 @@ endif() | |||
| 191 | 191 | ||
| 192 | if (UNIX) | 192 | if (UNIX) |
| 193 | add_subdirectory(gamemode) | 193 | add_subdirectory(gamemode) |
| 194 | target_include_directories(gamemode PUBLIC gamemode/include) | ||
| 195 | endif() | 194 | endif() |
| 196 | 195 | ||
| 197 | # Breakpad | 196 | # Breakpad |