Moving files around; cleaned up example a little

This commit is contained in:
Chris Marsh
2017-06-30 12:00:45 -07:00
parent 0768b06ec1
commit 39d8336b06
7 changed files with 90 additions and 70 deletions

View File

@ -2,3 +2,4 @@ cmake_minimum_required (VERSION 3.7.0)
project (DiscordRPCExample)
add_subdirectory(src)
add_subdirectory(examples/simplest)