cmake: move gamemode target include into its file

This commit is contained in:
flodavid 2023-11-03 15:57:43 +01:00
parent 40644d43f7
commit ac11f6e4c5
3 changed files with 1 additions and 3 deletions

View file

@ -44,7 +44,6 @@ target_link_libraries(yuzu-cmd PRIVATE SDL2::SDL2 Vulkan::Headers)
if(UNIX AND NOT APPLE)
install(TARGETS yuzu-cmd)
target_link_libraries(yuzu-cmd PRIVATE gamemode)
endif()
if(WIN32)