mirror of
https://github.com/cemu-project/Cemu.git
synced 2024-11-22 17:19:18 +01:00
4 lines
116 B
CMake
4 lines
116 B
CMake
|
project( gamemode LANGUAGES C )
|
||
|
add_library (gamemode
|
||
|
"lib/gamemode_client.h"
|
||
|
"lib/client_loader.c")
|