mirror of
https://gitlab.com/suyu-emu/suyu.git
synced 2024-03-15 23:15:44 +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)
|