mirror of
https://git.suyu.dev/suyu/suyu
synced 2025-09-01 00:46:32 -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