diff options
author | Morph <39850852+Morph1984@users.noreply.github.com> | 2021-04-23 04:27:48 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-23 04:27:48 +0200 |
commit | 80d74d77d57c3d6c5973b6a227e094f8f1a89ab9 (patch) | |
tree | 4297e4afdf3e3a8dfe35f79434cdea6e235ffb44 /src/yuzu_cmd/CMakeLists.txt | |
parent | Merge pull request #6224 from Morph1984/hid_InitializeSevenSixAxisSensor (diff) | |
parent | yuzu_cmd: Remove unused resource.h (diff) | |
download | yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.gz yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.bz2 yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.lz yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.xz yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.tar.zst yuzu-80d74d77d57c3d6c5973b6a227e094f8f1a89ab9.zip |
Diffstat (limited to 'src/yuzu_cmd/CMakeLists.txt')
-rw-r--r-- | src/yuzu_cmd/CMakeLists.txt | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt index 8461f8896..4bf25727b 100644 --- a/src/yuzu_cmd/CMakeLists.txt +++ b/src/yuzu_cmd/CMakeLists.txt @@ -20,7 +20,6 @@ add_executable(yuzu-cmd emu_window/emu_window_sdl2_gl.h emu_window/emu_window_sdl2_vk.cpp emu_window/emu_window_sdl2_vk.h - resource.h yuzu.cpp yuzu.rc ) |