Making another one, cleaning up some

This commit is contained in:
Chris Marsh
2017-06-30 16:18:54 -07:00
parent ae13d40b74
commit 47c488ac6b
9 changed files with 441 additions and 3 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-sync)
add_executable(simplest-client simple.c)
target_link_libraries(simplest-client discord-rpc-simple)