mirror of
https://github.com/yuzu-emu/yuzu-android
synced 2025-08-09 08:22:33 -07: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