cmake: move gamemode target include into its file
This commit is contained in:
parent
40644d43f7
commit
ac11f6e4c5
3 changed files with 1 additions and 3 deletions
|
@ -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)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue