mirror of
https://github.com/yuzu-mirror/yuzu.git
synced 2024-11-18 09:59:59 +00:00
8 lines
236 B
CMake
8 lines
236 B
CMake
|
# 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)
|