summaryrefslogtreecommitdiff
path: root/src/yuzu_cmd
diff options
context:
space:
mode:
Diffstat (limited to 'src/yuzu_cmd')
-rw-r--r--src/yuzu_cmd/CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/yuzu_cmd/CMakeLists.txt b/src/yuzu_cmd/CMakeLists.txt
index 002f3e841..fbeba8813 100644
--- a/src/yuzu_cmd/CMakeLists.txt
+++ b/src/yuzu_cmd/CMakeLists.txt
@@ -44,7 +44,6 @@ target_link_libraries(yuzu-cmd PRIVATE SDL2::SDL2 Vulkan::Headers)
44 44
45if(UNIX AND NOT APPLE) 45if(UNIX AND NOT APPLE)
46 install(TARGETS yuzu-cmd) 46 install(TARGETS yuzu-cmd)
47 target_link_libraries(yuzu-cmd PRIVATE gamemode)
48endif() 47endif()
49 48
50if(WIN32) 49if(WIN32)