Add Performance related settings
Integrates support for Feral Gamemode, discrete GPU support for Mesa and the proprietary Nvidia driver and MangoHud support Signed-off-by: Jan200101 <sentrycraft123@gmail.com>
This commit is contained in:
7
libraries/gamemode/CMakeLists.txt
Normal file
7
libraries/gamemode/CMakeLists.txt
Normal file
@ -0,0 +1,7 @@
|
||||
cmake_minimum_required(VERSION 3.9.4)
|
||||
project(gamemode
|
||||
VERSION 1.6.1)
|
||||
|
||||
add_library(gamemode)
|
||||
target_include_directories(gamemode PUBLIC include)
|
||||
target_link_libraries(gamemode PUBLIC ${CMAKE_DL_LIBS})
|
Reference in New Issue
Block a user