summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorAlexandre Bouvier <contact@amb.tf>2022-12-31 14:23:38 +0100
committerAlexandre Bouvier <contact@amb.tf>2023-01-02 18:22:07 +0100
commiteceee8c3d930563e26841d556f9acb965eab67c8 (patch)
treec17a3f5362f35d7ffbcc46c881f1b656e71db81b /src
parentMerge pull request #9541 from abouvier/cmake-option (diff)
downloadyuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar.gz
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar.bz2
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar.lz
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar.xz
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.tar.zst
yuzu-eceee8c3d930563e26841d556f9acb965eab67c8.zip
Diffstat (limited to 'src')
-rw-r--r--src/dedicated_room/CMakeLists.txt2
-rw-r--r--src/yuzu/CMakeLists.txt1
-rw-r--r--src/yuzu_cmd/CMakeLists.txt2
3 files changed, 0 insertions, 5 deletions
diff --git a/src/dedicated_room/CMakeLists.txt b/src/dedicated_room/CMakeLists.txt
index 5bbe1d4b5..136109a0c 100644
--- a/src/dedicated_room/CMakeLists.txt
+++ b/src/dedicated_room/CMakeLists.txt
@@ -1,8 +1,6 @@
# SPDX-FileCopyrightText: 2017 Citra Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
-
add_executable(yuzu-room
precompiled_headers.h
yuzu_room.cpp
diff --git a/src/yuzu/CMakeLists.txt b/src/yuzu/CMakeLists.txt
index 4a7d35617..dfc675cc8 100644
--- a/src/yuzu/CMakeLists.txt
+++ b/src/yuzu/CMakeLists.txt
@@ -5,7 +5,6 @@ set(CMAKE_AUTOMOC ON)
set(CMAKE_AUTORCC ON)
set(CMAKE_AUTOUIC ON)
set(CMAKE_INCLUDE_CURRENT_DIR ON)
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
# Set the RPATH for Qt Libraries
# This must be done before the `yuzu` target is created
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt
index 61b6cc4e0..46eddf423 100644
--- a/src/yuzu_cmd/CMakeLists.txt
+++ b/src/yuzu_cmd/CMakeLists.txt
@@ -1,8 +1,6 @@
# SPDX-FileCopyrightText: 2018 yuzu Emulator Project
# SPDX-License-Identifier: GPL-2.0-or-later
-set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules)
-
# Credits to Samantas5855 and others for this function.
function(create_resource file output filename)
# Read hex data from file