Rename some things, stub of async version, download rapidjson in cmake file

This commit is contained in:
Chris Marsh
2017-07-11 15:59:14 -07:00
parent e3d663bc95
commit 1b65e53da7
12 changed files with 319 additions and 21 deletions

View File

@ -1,3 +1,3 @@
include_directories(${PROJECT_SOURCE_DIR}/include)
add_executable(simple-client simple.c)
target_link_libraries(simple-client discord-rpc)
add_executable(simple-async-client simple.c)
target_link_libraries(simple-async-client discord-rpc)