diff options
| author | 2023-11-03 15:41:16 +0100 | |
|---|---|---|
| committer | 2023-11-25 19:30:37 +0100 | |
| commit | 40644d43f700cb0075db0eea288078bda7cf4527 (patch) | |
| tree | 876d26a64a803d2b1509e71a13fe822f1e851c00 /externals/gamemode | |
| 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/gamemode')
| -rw-r--r-- | externals/gamemode/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/externals/gamemode/CMakeLists.txt b/externals/gamemode/CMakeLists.txt index 3dddc6dbd..eb970023d 100644 --- a/externals/gamemode/CMakeLists.txt +++ b/externals/gamemode/CMakeLists.txt | |||
| @@ -4,4 +4,8 @@ | |||
| 4 | project(gamemode) | 4 | project(gamemode) |
| 5 | 5 | ||
| 6 | add_library(gamemode include/gamemode_client.h) | 6 | add_library(gamemode include/gamemode_client.h) |
| 7 | |||
| 8 | target_link_libraries(gamemode PRIVATE common) | ||
| 9 | |||
| 10 | target_include_directories(gamemode PUBLIC include) | ||
| 7 | set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) | 11 | set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) |