mirror of
https://github.com/yuzu-emu/yuzu-android.git
synced 2025-06-29 10:07:54 -05:00
yuzu: integrate gamemode support on linux
This commit is contained in:
7
externals/gamemode/CMakeLists.txt
vendored
Normal file
7
externals/gamemode/CMakeLists.txt
vendored
Normal file
@ -0,0 +1,7 @@
|
||||
# SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
project(gamemode)
|
||||
|
||||
add_library(gamemode include/gamemode_client.h)
|
||||
set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C)
|
Reference in New Issue
Block a user