Merge pull request #707 from Jan200101/PR/gamemode

Add Performance related settings
This commit is contained in:
Sefa Eyeoglu
2022-07-06 17:11:43 +02:00
committed by GitHub
16 changed files with 629 additions and 13 deletions

View File

@ -972,6 +972,13 @@ target_link_libraries(Launcher_logic
BuildConfig
Katabasis
)
if (UNIX AND NOT CYGWIN AND NOT APPLE)
target_link_libraries(Launcher_logic
gamemode
)
endif()
target_link_libraries(Launcher_logic
Qt5::Core
Qt5::Xml