cmake: move gamemode target include into its file

This commit is contained in:
flodavid
2023-11-03 15:57:43 +01:00
parent 40644d43f7
commit ac11f6e4c5
3 changed files with 1 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project
# SPDX-License-Identifier: GPL-3.0-or-later
project(gamemode)
project(gamemode LANGUAGES CXX C)
add_library(gamemode include/gamemode_client.h)