diff options
| author | 2023-11-03 15:57:43 +0100 | |
|---|---|---|
| committer | 2023-11-25 19:30:45 +0100 | |
| commit | ac11f6e4c5da64db5a6fb2647afbb85164f06086 (patch) | |
| tree | cecd8662ff24c7d8d641b58e3d11f29089eee504 /externals/gamemode/CMakeLists.txt | |
| parent | yuzu: create linux group in general settings (diff) | |
| download | yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.tar.gz yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.tar.xz yuzu-ac11f6e4c5da64db5a6fb2647afbb85164f06086.zip | |
cmake: move gamemode target include into its file
Diffstat (limited to '')
| -rw-r--r-- | externals/gamemode/CMakeLists.txt | 2 |
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 @@ | |||
| 1 | # SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project | 1 | # SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project |
| 2 | # SPDX-License-Identifier: GPL-3.0-or-later | 2 | # SPDX-License-Identifier: GPL-3.0-or-later |
| 3 | 3 | ||
| 4 | project(gamemode) | 4 | project(gamemode LANGUAGES CXX C) |
| 5 | 5 | ||
| 6 | add_library(gamemode include/gamemode_client.h) | 6 | add_library(gamemode include/gamemode_client.h) |
| 7 | 7 | ||