mirror of
https://github.com/cemu-project/Cemu.git
synced 2025-01-09 19:27:32 -03:00
4 lines
116 B
Text
4 lines
116 B
Text
|
project( gamemode LANGUAGES C )
|
||
|
add_library (gamemode
|
||
|
"lib/gamemode_client.h"
|
||
|
"lib/client_loader.c")
|