mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-10 15:58:17 -05:00
yuzu: create linux group in general settings
- Create files dedicated to starting and stopping gamemode functions - Use them in yuzu and yuzu_cmd modules
This commit is contained in:
4
externals/gamemode/CMakeLists.txt
vendored
4
externals/gamemode/CMakeLists.txt
vendored
@ -4,4 +4,8 @@
|
||||
project(gamemode)
|
||||
|
||||
add_library(gamemode include/gamemode_client.h)
|
||||
|
||||
target_link_libraries(gamemode PRIVATE common)
|
||||
|
||||
target_include_directories(gamemode PUBLIC include)
|
||||
set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C)
|
||||
|
Reference in New Issue
Block a user