diff options
| author | 2023-01-02 13:45:36 -0500 | |
|---|---|---|
| committer | 2023-01-02 13:45:36 -0500 | |
| commit | a7e610403df97203a2ab5c7eb53c7d11960b3d79 (patch) | |
| tree | c17a3f5362f35d7ffbcc46c881f1b656e71db81b /src/yuzu_cmd | |
| parent | Merge pull request #9541 from abouvier/cmake-option (diff) | |
| parent | cmake: move find-modules to root cmake dir (diff) | |
| download | yuzu-a7e610403df97203a2ab5c7eb53c7d11960b3d79.tar.gz yuzu-a7e610403df97203a2ab5c7eb53c7d11960b3d79.tar.xz yuzu-a7e610403df97203a2ab5c7eb53c7d11960b3d79.zip | |
Merge pull request #9542 from abouvier/cmake-module-path
cmake: move find-modules to root cmake dir
Diffstat (limited to 'src/yuzu_cmd')
| -rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 2 |
1 files changed, 0 insertions, 2 deletions
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 @@ | |||
| 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project | 1 | # SPDX-FileCopyrightText: 2018 yuzu Emulator Project |
| 2 | # SPDX-License-Identifier: GPL-2.0-or-later | 2 | # SPDX-License-Identifier: GPL-2.0-or-later |
| 3 | 3 | ||
| 4 | set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} ${PROJECT_SOURCE_DIR}/CMakeModules) | ||
| 5 | |||
| 6 | # Credits to Samantas5855 and others for this function. | 4 | # Credits to Samantas5855 and others for this function. |
| 7 | function(create_resource file output filename) | 5 | function(create_resource file output filename) |
| 8 | # Read hex data from file | 6 | # Read hex data from file |