Add GameMode support for Linux build (#796)

This commit is contained in:
Nicholas F 2023-05-11 01:19:44 -04:00 committed by GitHub
parent b74ae21953
commit 1bcdb35e42
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 467 additions and 1 deletions

4
dependencies/gamemode/CMakeLists.txt vendored Normal file
View file

@ -0,0 +1,4 @@
project( gamemode LANGUAGES C )
add_library (gamemode
"lib/gamemode_client.h"
"lib/client_loader.c")