mirror of
https://github.com/azahar-emu/discord-rpc
synced 2025-11-06 23:20:02 +01:00
5 lines
90 B
CMake
5 lines
90 B
CMake
cmake_minimum_required (VERSION 3.7.0)
|
|
project (DiscordRPCExample)
|
|
|
|
add_subdirectory(src)
|