mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-20 09:25:45 +00:00
cmake: move gamemode target include into its file
This commit is contained in:
parent
6bd3056c52
commit
7c4831060f
3 changed files with 1 additions and 3 deletions
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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue