diff options
author | Jan200101 <sentrycraft123@gmail.com> | 2022-06-29 22:37:25 +0200 |
---|---|---|
committer | Jan200101 <sentrycraft123@gmail.com> | 2022-07-06 09:34:14 +0200 |
commit | cad581388f32dc3523c81f614e898716685f35c3 (patch) | |
tree | 543bf28e18ad5a85b349b0cba0faf86daccfa1e0 /libraries/gamemode/CMakeLists.txt | |
parent | 774ed044fcac9c444f41e0f93435089338e8366c (diff) | |
download | PrismLauncher-cad581388f32dc3523c81f614e898716685f35c3.tar.gz PrismLauncher-cad581388f32dc3523c81f614e898716685f35c3.tar.bz2 PrismLauncher-cad581388f32dc3523c81f614e898716685f35c3.zip |
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>
Diffstat (limited to 'libraries/gamemode/CMakeLists.txt')
-rw-r--r-- | libraries/gamemode/CMakeLists.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/libraries/gamemode/CMakeLists.txt b/libraries/gamemode/CMakeLists.txt new file mode 100644 index 00000000..9e07f34a --- /dev/null +++ b/libraries/gamemode/CMakeLists.txt @@ -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}) |