summaryrefslogtreecommitdiff
path: root/externals/gamemode
diff options
context:
space:
mode:
authorflodavid <fl.david.53@gmail.com>2023-11-03 15:57:43 +0100
committerflodavid <fl.david.53@gmail.com>2023-11-25 19:30:45 +0100
commitac11f6e4c5da64db5a6fb2647afbb85164f06086 (patch)
treececd8662ff24c7d8d641b58e3d11f29089eee504 /externals/gamemode
parent40644d43f700cb0075db0eea288078bda7cf4527 (diff)
cmake: move gamemode target include into its file
Diffstat (limited to 'externals/gamemode')
-rw-r--r--externals/gamemode/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/externals/gamemode/CMakeLists.txt b/externals/gamemode/CMakeLists.txt
index eb970023d..87095642e 100644
--- a/externals/gamemode/CMakeLists.txt
+++ b/externals/gamemode/CMakeLists.txt
@@ -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)