diff options
Diffstat (limited to 'externals/gamemode/CMakeLists.txt')
-rw-r--r-- | externals/gamemode/CMakeLists.txt | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/externals/gamemode/CMakeLists.txt b/externals/gamemode/CMakeLists.txt deleted file mode 100644 index 87095642e..000000000 --- a/externals/gamemode/CMakeLists.txt +++ /dev/null @@ -1,11 +0,0 @@ -# SPDX-FileCopyrightText: Copyright 2023 yuzu Emulator Project -# SPDX-License-Identifier: GPL-3.0-or-later - -project(gamemode LANGUAGES CXX C) - -add_library(gamemode include/gamemode_client.h) - -target_link_libraries(gamemode PRIVATE common) - -target_include_directories(gamemode PUBLIC include) -set_target_properties(gamemode PROPERTIES LINKER_LANGUAGE C) |