mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2025-06-10 13:47:58 -05:00
cmake: move gamemode target include into its file
This commit is contained in:
2
externals/gamemode/CMakeLists.txt
vendored
2
externals/gamemode/CMakeLists.txt
vendored
@ -1,7 +1,7 @@
|
||||
# SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
|
||||
# SPDX-License-Identifier: GPL-3.0-or-later
|
||||
|
||||
project(gamemode)
|
||||
project(gamemode LANGUAGES CXX C)
|
||||
|
||||
add_library(gamemode include/gamemode_client.h)
|
||||
|
||||
|
Reference in New Issue
Block a user