This repository has been archived on 2026-05-10. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
yuzu/externals/gamemode/CMakeLists.txt
T
2023-11-25 19:30:29 +01:00

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)