4 lines
90 B
CMake
4 lines
90 B
CMake
cmake_minimum_required (VERSION 3.7.0)
|
|
project (DiscordRPCExample)
|
|
|
|
add_subdirectory(src)
|