mirror of
https://git.eden-emu.dev/eden-emu/eden.git
synced 2025-07-24 10:15:45 +00:00
cmake: prefer system gamemode library
This commit is contained in:
parent
4655051987
commit
6d1049366d
8 changed files with 29 additions and 18 deletions
|
@ -188,7 +188,7 @@ if (UNIX AND NOT APPLE)
|
|||
linux/gamemode.h
|
||||
)
|
||||
|
||||
target_link_libraries(common PRIVATE gamemode)
|
||||
target_link_libraries(common PRIVATE gamemode::headers)
|
||||
endif()
|
||||
|
||||
if(ARCHITECTURE_x86_64)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue