mirror of
https://github.com/yuzu-emu/yuzu.git
synced 2024-07-04 23:31:19 +01: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)
|