mirror of
https://github.com/yuzu-emu/yuzu
synced 2024-11-13 10:14:11 +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)
|