mirror of
https://github.com/yuzu-emu/discord-rpc
synced 2024-11-25 23:57:48 +00:00
5 lines
90 B
Text
5 lines
90 B
Text
|
cmake_minimum_required (VERSION 3.7.0)
|
||
|
project (DiscordRPCExample)
|
||
|
|
||
|
add_subdirectory(src)
|