mirror of
https://github.com/yuzu-emu/discord-rpc.git
synced 2024-11-27 20:44:22 +01:00
5 lines
90 B
CMake
5 lines
90 B
CMake
cmake_minimum_required (VERSION 3.7.0)
|
|
project (DiscordRPCExample)
|
|
|
|
add_subdirectory(src)
|